Monitoring Splunk

How to know all integrated forwarders within the environment?

aasserhifni
Loves-to-Learn Everything

I see different forwarders count using the following different ways:

  1. Looking at the forwarder management at the license master
  2. Looking at the Forwarders:Deployment at the license master
  3. Looking at  dmc_forwarder_assets.csv inside /opt/splunk/etc/apps/splunk_monitoring_console/lookups/  at the license master

So, which one should I guarantee and is there any better way?

Labels (2)
0 Karma

deepakc
Builder

From the MC run the below - it should give you a starting point

index=_internal source=*metrics.log group=tcpin_connections fwdType=uf hostname=* | eval hostname=lower(hostname)  
| fields _time hostname sourceIp arch destPort fwdType os ssl version
| table _time hostname sourceIp arch destPort fwdType os ssl version
|  dedup hostname
0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...