I am trying to forward win event security logs from server using UF to our Heavy forwarder. UF has all the required apps configured however I only see its internal logs in tcpudmp on the Heavy forwarder and not the actual logs.
following is the config -
yea thats a typo, the _TCP_ROUTING in the inputs is same as outputs.conf. It is like below -
First things first - check status of your input (splunk show inputstatus, check logs). Maybe it's not outputs, maybe you're just not getting inputs (especially since we're talking about Security logs and access to those is sometimes limited).
Hi @Navanitha
Your _TCP_ROUTING should use the same value as the tcpout: value in outputs.conf
e.g.
_TCP_ROUTING=indexer2_HF
or, for both:
_TCP_ROUTING=indexer1_HF,indexer2_HF🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Hi @Navanitha ,
at first, it isn't clear why you are separating data between indexers, anyway the name in _TCP_ROUTING must be the same of the outputs.conf stanza, instead you have a different name: indexer2 instead of indexer2_HF.
Ciao.
Giuseppe