All Apps and Add-ons

How do I write a Splunk search to return URL parameters that do not contain a value?

ruchitm
New Member
0 Karma
1 Solution

sundareshr
Legend

By default, Splunk would have extracted these as fields. You can search for something like this index=xyz NOT abc=*. If these fields are not extracted by default, you could extract them like this..

base search | extract pairdelim="&" kvdelim="=" | where isnull(abc) OR len(abc)<1

View solution in original post

sundareshr
Legend

By default, Splunk would have extracted these as fields. You can search for something like this index=xyz NOT abc=*. If these fields are not extracted by default, you could extract them like this..

base search | extract pairdelim="&" kvdelim="=" | where isnull(abc) OR len(abc)<1
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 ...