Splunk Search

How do I search for the first occurrence of a field that is not null or empty?

faustof
Explorer

I have a field "Company Name" that is empty on some events, but has a value on others. How do I search for the first occurrence of that field that is not null or empty?

sourcetype=[my source] [filter field] = 322799761 
| table customer.companyName
0 Karma
1 Solution

sundareshr
Legend

Try this

sourcetype=[my source] [filter field] = 322799761 customer.companyName=* | table customer.companyName | head 1

View solution in original post

0 Karma

sundareshr
Legend

Try this

sourcetype=[my source] [filter field] = 322799761 customer.companyName=* | table customer.companyName | head 1
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...