What’s the Issue?
Unable to collect data from Target Agent through Logbeat Agent.
Describe the Issue in Detail
We need read the logs from windows server; I have installed logbeat version 6.8
on target server. Issue is agent is reading the data but not sending the data to our shipper.
Solution Summary
telnet shipper_IP Port.
netstat –ano | find “5050”
Issue:
In logbeat.yml, I have added type field under fields option.
In windows type field won’t work.
Solution:
Change from type to sub_type. In logbeat.yml
And restart the logbeat agent