Splunk Search

How to write a search to display a particular string if a certain condition is met?

Rias
New Member

If AVSResponse = x, then I need to display "matched" in the dashboard report. Likewise, if I have more than 10 value to be matched. Kindly help how I can set up the ssearch. thanks

0 Karma
1 Solution

renjith_nair
Legend

Have you tried if or case from http://docs.splunk.com/Documentation/Splunk/6.1/SearchReference/Commonevalfunctions

Eg:

... | eval description=case(error == 404, "Not found", error == 500, "Internal Server Error", error == 200, "OK")
Happy Splunking!

View solution in original post

renjith_nair
Legend

Have you tried if or case from http://docs.splunk.com/Documentation/Splunk/6.1/SearchReference/Commonevalfunctions

Eg:

... | eval description=case(error == 404, "Not found", error == 500, "Internal Server Error", error == 200, "OK")
Happy Splunking!

ddrillic
Ultra Champion

Looks great. Just tried something like -
index=iiii | eval cat=case(host == "aaaa", "customer", host == "bbbb", "customer") and it works.

0 Karma

jplumsdaine22
Influencer

Be sure to accept renjith.nair's answer of it worked for you. That way people can see what to do.

Rias
New Member

@ ddrillic & Renjith.nair , thanks alot for sharing your knowledge. Great support ! executed the query successfully .

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...