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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...