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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...