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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...