Splunk Search

How to search through events that do not have a specific field?

edrivera3
Builder

Hi
I would like to search through my events that do not have the field "rerun". I am trying to do something like this:

| search field!=rerun
Tags (2)
0 Karma
1 Solution

aljohnson_splun
Splunk Employee
Splunk Employee
| search NOT rerun=*

View solution in original post

masonmorales
Influencer

| fillnull value="foobar" rerun | search rerun="foobar"

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee
| search NOT rerun=*
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...