Splunk Search

How filter the entries in timechart

ycalpu
New Member

I want to exclude the INFO log level in one of my searches. How would i do a "not" condition in the following:

source=yyy| timechart count by LogLevel limit=10

I tried "where LogLevel NOT(INFO) and it did not filter out INFO entries in the chart.
thanks,
Y

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You'd do this:

source=yyy NOT LogLevel=INFO | timechart count by LogLevel limit=10
0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...