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!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...