Splunk Search

Searching and matching from two different indexes and retrieving values from one index

cald0002
New Member

I have two indexes that contain the same ip address but only one index contains hostnames for the ip addresses. How can I search and match the ip addresses from both indexes in the same query and table out each ip address with their corresponding hostname?

Tags (1)
0 Karma

MuS
Legend

Hi cald0002,

Give this a try:

(SPL to get events from index 1) OR (SPL to get events from index 2)
| stats values(hostname) AS hostname by ip

You might need to adapt the query to match the hostname and ip fields according to your events.

hope this helps ...

cheers, MuS

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