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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...