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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...