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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...