Splunk Search

Subsearch using boolean logic

bluemarvel
Path Finder

Hello, I am looking for a search query that can also be used as a dashboard.
The query has to search two different sourcetypes , look for data (eventtype,file...etc.) and if the information is missing in one sourcetype and found in another, then it will provided that data for that sourcetype.

Tags (1)
1 Solution

skoelpin
SplunkTrust
SplunkTrust

You can use a case statement to do this

... | eval Your_field=case(sourcetype == sourcetype1, "true", sourcetype == sourcetype2, "true" , 1=1, "false")

http://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/CommonEvalFunctions

View solution in original post

somesoni2
Revered Legend

Could you be more specific in your requirement, supported with sample queries/events and expected output?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

You can use a case statement to do this

... | eval Your_field=case(sourcetype == sourcetype1, "true", sourcetype == sourcetype2, "true" , 1=1, "false")

http://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/CommonEvalFunctions

Get Updates on the Splunk Community!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

[Puzzles] Solve, Learn, Repeat: Unmerging HTML Tables

[Puzzles] Solve, Learn, Repeat: Unmerging HTML TablesFor a previous puzzle, I needed some sample data, and ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...