Splunk Search

Search query with the field of a search like the one on another search

pinzer
Path Finder

Hi all, i need to take the events from this search

sourcetype="wmi:wineventlog:security"

that have the field Source_Network_Address into the field DestinationIP of the search eventtype="searchIPS2" Direction="Inbound" Severity="Medium"

how can i do this? thanks to all who can help me

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

use subsearch:

eventtype=searchIPS2 Direction=Inbound Severity=Medium [ search sourcetype=wmi:wineventlog:security Source_Network_Address=* | fields Source_Network_Address | rename Source_Network_Address as DestinationIP ]

View solution in original post

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

use subsearch:

eventtype=searchIPS2 Direction=Inbound Severity=Medium [ search sourcetype=wmi:wineventlog:security Source_Network_Address=* | fields Source_Network_Address | rename Source_Network_Address as DestinationIP ]
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...