Splunk Search

Seprating null and empty fields

gimbil
Explorer

Hi All,

I have multiple cases with my date:
some have empty src value: e.g,
id=abc src= lr=2
some does not have src at all: e.g.,
id=cde lr=5
and the rest have src with values: e.g.,
id=rty src=df lr=5

The question is how can I separate these three cases? I tried isnull(src) but it does not work.

Thanks

Tags (3)
0 Karma

lukejadamec
Super Champion

Try:

search | fillnull value=null | stats count by id, src, lr

fillnull will fill empty values even when the field does not exist.

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