-
Windows Agent Get Log Content From Plain Text File
Hello,
I’m trying to read the log content from a plain text file on a windows machine, with this configuration of a module:
module_begin
module_name Syslog
module_type log
module_regexp D:\Downloads\APPLOG20250723.DOC
module_pattern .*
module_endDon’t get scared by the .DOC extension, it’s not what it seems to be, it really is a plain text file.
After some time, nothing appears in the log viewer in the console and I cannot debug how the agent is trying to read the file or inserting the log data (if it really is reading the data).
I was testing with grep_log.exe (located in the util directory) but it seems to generate only async_string modules and it doesn’t seem to work always.
How can in get it working?
Regards
Log in to reply.