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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...