Getting Data In

delete events that have a certain field empty?

halperkins
New Member

here is the scenario:
http://tinypic.com/r/1ax08/6

how can i delete the events for which the field is empty?

thanks

EDIT:
btw, i do not want to do the "delete" command which would delete the data from the actual server. I just want it removed from the search result

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

In order to remove events from the search result when field is empty you could just add field=* to your search.

martin_mueller
SplunkTrust
SplunkTrust

field=* means "field is anything but empty".

0 Karma

horsefez
Motivator

@martin_mueller
How is this right?
For my understanding this means the fields value could by anything.

0 Karma

sowings
Splunk Employee
Splunk Employee

| where isnull(<field>)

gfrjonp
Explorer
  • Edit, didnt read all the way, above is correctomundo.

source= | where isnull(B)

0 Karma

sirisk
New Member

It worked for me

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