Why wildcard not working? Filebeat 7.13.3

Why wildcard doesnt working in filebeat? I read all logstash's article about PATH and GLOB (not working too even GLOB constructor is valid) and recursive_glob.enabled: true and it doesnt working for me!!! Why???? Please help

P.S. Filebeat successfully started with that input section, but not working.

filebeat.inputs:

  • type: log
    enabled: true
    recursive_glob.enabled: true
    paths:
    • C:\project-project\Logs\ * \ * errors.log
      tags: ["project"]

Could you please format your configuration with </> and add debug logs to your post as well?

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