Hi,
I have a forwarder outputs configuration as below.
[tcpout]
defaultGroup = A_Indexers
[tcpout:A_Indexers]
server = 10.19.83.130:9997
[tcpout:B_Indexers]
server = 10.19.84.129:9997
[tcpout:C_Indexers]
server = 10.19.86.141:9997
Now the internal logs i mean splunkd are forwarding to C_indexers group , but in my configuration i have given them to forward to A_indexers as default group. but its not happening in the desired way . am i missing something...
I dont think we need to add TCP_ROUTING to the inputs configuration of internal logs (splunkd) since the default group in that server is already mentioned in outputs.conf configuration.
Please help.
Hi rakesh_498115,
how did you setup the forwarding of the internal logs to those C_indexers?
Be aware that outputs.conf defaultGroup can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf or transforms.conf modifier.
cheers, MuS
Any idea on this issue? I am seeing the same problem with _internal logs.
run this to see if you got some over laying configs here:
$SPLUNK_HOME/bin/splunk cmd btool outputs list
also look at this http://docs.splunk.com/Documentation/Splunk/6.0.2/Troubleshooting/Usebtooltotroubleshootconfiguratio...
For internal logs in this particular server i have setup any forwarding setup Mus. as in my outputs.conf i defined default group as A_indexers , i expect them to go to A indexders. and in inputs.conf i have used _TCP_ROUTING parmater to forward the data to the desired indexers.
and there are no props.conf or transforms.conf settings involved for forwarding .. not sure why data is being sent to C_indexers instead of A_indexers.