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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...