:
Plugin to monitor dynamic logs. Regular expressions can be used to match the file name and to match the content inside. Plugin execution inside agent configuration file:
module_plugin powershell.exe -f “dynamic_log_windows.ps1” “<grep_log_plugin_location>” “<path_to_logs>” “<log_name_regular_expression>” “<module_name>” “<string_to_match>”
An example of plugin execution:
module_plugin powershell.exe -f “dynamic_log_windows.ps1” “C:Program Filespandora_agentutilgrep_log.exe” “C:Users” “(.*).log” “module_name” “error”
grep_log.exe plugin is required
(Visited 830 times, 1 visits today)