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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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