Deployment Architecture

How to find list of servers not managed by deployment server but transmitting data to Splunk

Manish_Sharma
Engager

Hi, 

Can anyone please help advise there is any quick way to find list of servers not managed by deployment server but transmitting data to Splunk on deployment server or SH itself. 

Thanks


0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Manish_Sharma,

if you're speaking of servers using universal forwarder, you can use a search like the following:

index=_internal
| stats count BY host

and check the list with the ones managed by DS.

If you're speking of other hosts without universal forwarder, it's alonger search:

index=*
| stats count BY host

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...