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!

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