Splunk Search

How do I combine 3 searches?

USER78
New Member

I have search1 which is a join of 2 different log sources ( S1 , S2 ). After joining these sources, I used rex to extract one specific field like field1 ( I had to combine two sources as this gave me all the data I needed ) .

index=sthng  sourcetype=source S1  some condition Y  | join common filed  [ search sourcetype=Source S2 LogType= *| fields - to be excluded ] | rex field=field extracted f1   | stats  values(*)  | eval condition resulting in field Z  | search z > 10

I have another search which has results from another source (S3). I again used rex to extract one specific field, like field 2, in this search.

index=same as above search  sourcetype=S3  some condition C  | rex field= field extracted f2.

Now, I want to compare both these searches based on field1 , field2 — like, compare field1 and field2 from the results of both the searches, and if at the same time ( or around the same time ) , field1 is not equal to field 2, it would show me the results.

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...