Log Configuration

How can i define Application log files when i have a suffix as system date after .log in filebeat.yml folder
Examle: C:/path/folder/*.log29012024

You can use:
path => " C:/path/folder/*.log????????" for 8 any characters
or
path => " C:/path/folder/*.log*" for any file which extension starts with log

I tried both but still logs are not reflecting, I am getting the error as "No results match your search criteria"

Maybe you already read a file, set:
sincedb_path => "NUL"

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