All Apps and Add-ons

how to pass a series from a search to an html module in sideview?

RiccardoV
Communicator

Hi all!
I have a search like this:

search * | timechart span=1d count as foo

I need to pass all the values of that timechart to an HTML child module, in order to print something like this:

[37, 56, 29, 8, 33, 74, 61, 19, 23, 48, 17, 30, 87, 30, 6, 19, 23, 31, 55, 55, 41, 65, 87]

how can I get this result?

I can pass a single value to the child module using $results[0].foo$, but I want all the values of the series!

0 Karma
1 Solution

RiccardoV
Communicator

So far I do this:

search * | timechart span=1d count as foo | stats list(foo) as seriesfinale

so I can retrieve all the series' values with

$results[0].seriesfinale$

View solution in original post

0 Karma

RiccardoV
Communicator

So far I do this:

search * | timechart span=1d count as foo | stats list(foo) as seriesfinale

so I can retrieve all the series' values with

$results[0].seriesfinale$

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...