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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...