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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...