Filebeat not reading .out file from filebeat.inputs path

Filebeat is not reading .out file from filebeat.inputs path. I want to read the nohup.out files in the log folder. Please help me with the configuration
Here's the filebeat.yml.

filebeat.inputs:

  • type: log

    Change to true to enable this input configuration.

    enabled: true

    Paths that should be crawled and fetched. Glob based paths.

    paths:
    • /a/a/a/a/logs/*.out

Could you double-check if the user running filebeat has been granted to access those log files?

Yes. The user has access to the *.out files. Could you please confirm if filebeat can read from files with .out extension

Hello @arjun_gowda any lucky with your test ? I am with the same behavior here trying to read logs using filebeat from /opt/data/logs/* and /tmp/logs/*

Not working...

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