Splunk Search

Populate predefined field for found strings

subtrakt
Contributor

Good Day,

I'm attempting to create a label for different search responses.

Example:
if search 'A' finds error "500", Field B. is populated with "test1"
if search 'A' finds error "400", Field B. is populated with "test2"

and soo on.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could do something like this:

... | eval B = case(search finds error "500", "test1", search finds error "400", "test2)
0 Karma

subtrakt
Contributor

thanks. any idea how to tell it to only display if 400 are greater than 350 count?

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...