Dashboards & Visualizations

Search with Pipe and Token Values only

simpkins1958
Contributor

I would like to populate a single value chart with calculation from tokens and nothing from a search. This works but would like to remove the index=nmi_main | head 1 which is not working.

        <search>
          <query>index=nmi_main | head 1 
               | eval totalMinutes=$totalSessionsToken$ * $minutesSavedValueToken$
               | table totalMinutes
          </query>
        </search>
0 Karma
1 Solution

DalJeanis
Legend

Use the | makeresults command as the generating command. That makes a single result event (with options for more) which has current _time and not a whole lot else.

https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Makeresults

View solution in original post

0 Karma

DalJeanis
Legend

Use the | makeresults command as the generating command. That makes a single result event (with options for more) which has current _time and not a whole lot else.

https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Makeresults

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...