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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...