I have uploaded whatever I have in my windows server. Also I have configs ready on filebeat.yml.
I tried to execute filebeat.exe from command line and it says --
C:\Beats\filebeat-1.0.1-windows>filebeat.exe
Loading config file error: Failed to read /etc/filebeat/filebeat.yml: open
filebeat/filebeat.yml: The system cannot find the path specified.. Exiting.
Yep, i tried installing it using the doc and looks like it works now. But however, it is still not streaming exact live logs..It stops after sometime streaming.
Where do I find filebeat logs on windows machine?
I need to see why the logs are not fully getiing streamed and why it is stopping like 1 min after i start filebeat on my windows machine.
Alternatively, you can also configure file based logging through the filebeat.yml file. You must restart the service after changing the config file. Add something like this.
logging:
to_files: true
files:
path: C:/ProgramData/filebeat/Logs
level: info
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.