- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Heavy Forwarder outputs.conf settings not working as expected
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
