Splunk Search

What is the Splunk search to list the forwarders, indexers, and deployment servers in an environment?

kranthimutyala
Path Finder

What is the Splunk search to list the forwarders, indexers, and deployment servers in an environment?

0 Karma

rickrowe
New Member
index=_internal source=*metrics.log group=tcpin_connections | eval sourceHost=if(isnull(hostname), sourceHost,hostname) | rename connectionType as Type  | search Type!=cooked | rename version AS "Version", sourceIp AS "Source IP", sourceHost AS "Host", destPort AS "Port" | fields Type, "Source IP", Host, Port, kb, tcp_eps, tcp_Kprocessed, tcp_KBps, splunk_server, Version | eval Hour=relative_time(_time,"@h")  | stats  avg(tcp_KBps) sum(tcp_Kprocessed), BY Host, Type, "Source IP", Port, Version 
0 Karma

kranthimutyala
Path Finder

On splunk search head this should be executed right

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