Find logs location

Hi,

Where can I find the file path of the filebeats logs.
Please help me with this...

Thanks!

Hi,

What operating system are you on? How did you install FileBeat?

Here is the directory structure definition if you have changed the logging settings: https://www.elastic.co/guide/en/beats/filebeat/current/directory-layout.html

You might also want to check your config: https://www.elastic.co/guide/en/beats/filebeat/current/configuration-logging.html

Best regards
Wolfram

hi, it is installed in docker.

Then it should be under /usr/share/filebeat/logs according to the docs.

hi, sorry i need filepath for elastic search logs
not for the filebeat logs

According to this documentation: Logging | Elasticsearch Guide [8.11] | Elastic

On Docker, log messages go to the console and are handled by the configured Docker logging driver. To access logs, run docker logs .

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.