Splunk Search

How to pass aggregate function from drop down to time series chart

kirrusk
Communicator

Hi,

 

I'm trying to pass the aggregate function from the dropdown menu in the Splunk dashboard to the time-series chart.

for example from dropdown, I want to pass 

actual,
Avg(),
max()

to below search 

index = _internal sourcetype = * |  search field=* Exhost=*  | chart max(value) by _time,Exhost

 

 

 

Labels (5)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Just create a dropdown with a token name, let's say, "argfunc". Then in your search do

index = _internal sourcetype = * |  search field=* Exhost=*  | chart $argfunc$(value) by _time,Exhost

 As simple as that.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...