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 -
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