I believe Windows PowerShell script install-service-filebeat.ps1contains wrong path for data and logs folder. On my Windows Server 2012R2 I see"C:\ProgramData\filebeat"and"C:\ProgramData\filebeat\logs"respectively so service is working but don't know where to write logs and where to store current file offset. I changed paths to"$workdir\data"and"$workdir\logs"` and everything start working.
Was it some kind of permissions failure? We intend for the Filebeat service to write its data to the ProgramData directory rather than the installation directory. But if you modify this it shouldn't cause any issues.
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.