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!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...