Splunk Search

How do I find all IPs that generated an HTTP 200 in one index & also generated an event (Snort alert) in another index?

ErraticIncome93
Explorer

I want to take the values of src_ip from this search: index=http status=200

and see which of those source IPs also generated an event in index=snort

Tags (3)
1 Solution

NOUMSSI
Builder

hi try this:

index=http status=200 src_ip=*|table src_ip|join[search index=snort| table * ]

View solution in original post

woodcock
Esteemed Legend

Assuming that the host field contains the IP of the system that generated the Snort alert (adjust to proper field name if not), this should work:

index=snort [index=http status=200 | rename src_ip AS host | fields host]

NOUMSSI
Builder

hi try this:

index=http status=200 src_ip=*|table src_ip|join[search index=snort| table * ]
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...