Getting Data In

Query for host not sending sourcetype

diegosainz
Path Finder

I am trying to find out how to identify which host(s) are not sending a particular datasource. Is there a query to identify this?

Tags (3)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

There's a query for virtually everything 🙂

I'd go along this path: Compute a list of all your hosts and subtract the list of hosts sending the particular sourcetype... something like this:

| metadata type=hosts index=* | fields host | search NOT [search index=* sourcetype=particular | fields host | dedup host]

Note, replace index=* if you only want to search a specific set of indexes.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

There's a query for virtually everything 🙂

I'd go along this path: Compute a list of all your hosts and subtract the list of hosts sending the particular sourcetype... something like this:

| metadata type=hosts index=* | fields host | search NOT [search index=* sourcetype=particular | fields host | dedup host]

Note, replace index=* if you only want to search a specific set of indexes.

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