I'm trying to monitor items in a windows event log generated by "Acronis True Image Echo Server". According to the docs on Ch 4 Item 19.3 then the format for the command is...
eventlog[name,<regexp>,<severity>,<source>,<eventid>,<maxli nes>,<mode>]
This would imply if the source is "Acronis True Image Echo Server" in the application log the item should be
eventlog[application,,,Acronis True Image Echo Server] or even eventlog[application,,,Acronis] assuming it matches part of the string and not complete string.
However, neither of these return any data at all. What are we doing wrong with this?
eventlog[name,<regexp>,<severity>,<source>,<eventid>,<maxli nes>,<mode>]
This would imply if the source is "Acronis True Image Echo Server" in the application log the item should be
eventlog[application,,,Acronis True Image Echo Server] or even eventlog[application,,,Acronis] assuming it matches part of the string and not complete string.
However, neither of these return any data at all. What are we doing wrong with this?
Comment