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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...