Getting Data In

Heavy Forwarder outputs.conf settings not working as expected

dbturner18
Loves-to-Learn Lots

Greetings,

I am having issues with my heavy forwarder getting data into my indexers without having a local indexes.conf containing the index name.

I am doing all .conf work from the cli and not the webUI.   The issue is the "forwardedindex.filter.disbale=true" is not working as expected and I have to either:

1.  Create a local copy of the index I want to send to in indexes.conf

2. Add the index name to the whitelist setting for outputs.conf

Otherwise data does not get sent to the indexers.

Assistance please.

Here is my output.conf for example:

[tcpout]
defaultGroup = test_indexers
forwardedindex.filter.disable = true
indexAndForward = false


[tcpout:test_indexers]
#server = <ip address>:<9996>
server = x.x.x.x:9996,x.x.x.x:9996
disabled = false
sslPassword = <nope>
sslCertPath = $SPLUNK_HOME
sslRootCAPath = $SPLUNK_HOME

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...