Splunk Search

Omit a tag from a timechart

dperry
Communicator

I have 5 tags:

tag1
tag2
tag3
tag4
tag5

index=my_index sourcetype=inetpub host=myhost "video=0"| timechart count by tag

I want to omit one of the tags on my timechart (similar to "other") and only show tags 1-4...Is this possible?

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

index=my_index sourcetype=inetpub host=myhost "video=0" tag!=tag1 | timechart count by tag

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

index=my_index sourcetype=inetpub host=myhost "video=0" tag!=tag1 | timechart count by tag
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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