Hi,
Setup: Hyperic HQ Server 4.6.6 and Agent 4.6.6 on a Solaris 11 Virtual Machine.
Issue: The Event/Logs Tracking for a process is showing all logs/events and not the specific logs/events which I set the configuration to filter.
My Configuration Properties for the process are:
service.log_track.level = Error
service.log_track.files = /path/to/log/file/log.out
service.log_track.enable = true
The process I am monitoring is a simple java application which logs log4j messages to a log.out file.
The messages look like:
0 [main] WARN app.App - Sample warn message
I expect that in the Monitor view i should only be seeing log levels of Error and above. However the tracking view is showing Warn, Info, Debug also.
Any advice on how I can configure hq to only track Error events for this service.
Thank you