Splunk Search

How to use a trailing space in a string in a search?

humblelearner
Observer

Hi all,

I want to set a condition "credential.helper= ", notice there is a trailing space after the "=". 

What I want to achieve is to catch anything record that has "credential.helper=" and any value after "=" sign. So if there is only a trailing space, I can ignore it.

How could I go about it in  a search, please?

Thanks,

 

Labels (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Just to be clear, you want to keep the events with "credential.helper=" but not if the = is followed by space?

| regex _raw="credential.helper="
| regex _raw!="credential.helper= "

 

0 Karma

humblelearner
Observer

Thanks, I will give it a try

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...