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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...