All Apps and Add-ons

Use eval to display only Rain on categories

sbnoobbb
Path Finder

I had a search query of sourcetype="CurrentWeatherSGTraffic" | stats count AS values by Location current_summary | sort - values | stats list(current_summary) AS categories. How can I display only Rain in the categories. I use (eval(current_summary="Rain")) but it wont work.

alt text

Tags (3)
1 Solution

Drainy
Champion

Is someone else writing your search queries for you? I'm so confused as to how you are reaching this point? You're deliberately counting things into multivalues instead of just focusing on the single category?

Surely (trying to figure out the data from the search) you would just add a current_summary=Rain in your initial search terms with the sourcetype?

View solution in original post

Drainy
Champion

Is someone else writing your search queries for you? I'm so confused as to how you are reaching this point? You're deliberately counting things into multivalues instead of just focusing on the single category?

Surely (trying to figure out the data from the search) you would just add a current_summary=Rain in your initial search terms with the sourcetype?

sbnoobbb
Path Finder

I gotten the search queries by the application itself, Thanks anyway 🙂

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 ...