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!

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