Splunk Search

How to check if field exists in two indexes

nkosmas_trainin
New Member

Hello,

I am looking at two indexes with the same field, "hostname".

I am looking to create a table of the hostname values that exist in both index1 and index2. Could someone please assist with this search? Thank you

Tags (1)
0 Karma

FrankVl
Ultra Champion

Something like this:

index=index1 OR index=index2
| stats count by index,hostname

Or:

index=index1 OR index=index2
| stats values(hostname) by index

Or:

index=index1 OR index=index2
| chart count over hostname by index

If you have a specific output in mind, please share a mockup of what you want the output to look like.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...