Hi, Sorry for the delay in reply. Thanks this solution. I also found another link which provided similar solution. Clients are missing from Forwarder Management display after upgrade to Splunk 9.2.x Basically modifying the outputs.conf with the below stanzas and restarting splunk fixed the issue. [indexAndForward]
index = true
selectiveIndexing = true
[tcpout]
indexAndForward = false
forwardedindex.2.whitelist = (_audit|_internal|_introspection|_telemetry|_metrics|_metrics_rollup|_configtracker|_dsclient|_dsphonehome|_dsappevent)
... View more