thanks for getting into this..
What is in your outputs. Conf on the HF?
currently we could see four outputs.conf file present in the HF.
a) /opt/splunk/etc/apps/Admin-hvy_forwarders/default/outputs.conf
stanza
[tcpout]
indexAndForward = false
forwardedindex.filter.disable = true
forceTimebasedAutoLB = true
b) /opt/splunk/etc/apps/ADMIN-all_fwd_outputs/default/outputs.conf
[tcpout]
defaultGroup = all_indexers
maxQueueSize = 1GB
[tcpout:all_indexers]
server = host1.com:9997,host2.com:9997,host3.com:9997,host4.com:9997,host5:9997
autoLB = true
c) /opt/splunk/etc/apps/all_fwd_outputs/local/outputs.conf
[tcpout]
defaultGroup = all_indexers
[tcpout:all_indexers]
server = host1.com:9997,host2.com:9997,host3.com:9997,host4.com:9997,host5:9997
autoLB = true
d) /opt/splunk/etc/system/local/outputs.conf
[tcpout]
indexAndForward = false
forwardedindex.filter.disable = true
[tcpout:all_indexers]
server = host1.com:9997,host2.com:9997,host3.com:9997,host4.com:9997,host5:9997
autoLB = true
Which one we need to consider on this four outputs.conf files.
2) Why are you using UDP inputs on your indexer? Is your HF sending the data to the indexer via UDP instead of using port 9997 on the indexer (as is most usually the case)?
I am not sure why are they using UDP port in indexer. how to find that HF sending the data to the indexer via UDP port ?
3) Is the indexer RECEIVING logs from another source and forwarding on to the indexers, or just using a HF as the forwarder on a host because you want some of the functionality of the HF instead of a UF?
No, as per the architecture we have HF for load balancer and in this case data are pulled from the Universal forwarder "Source where the Symantec logs are getting generated sent via UF to Heavy Forwarder servers" from there to distributed indexer servers.
kindly guide us in fixing this issue. Thanks in Advance
... View more