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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...