I am trying to configure Item eventlog to monitor SQL server instances in event viewer. The key is like this:
eventlog[Application,,"|Error|Critical","MSSQLSERVER",,,all]
and it works just fine. But if I try to use a named instance for source it fails to retrieve any data. Example of named instance is like this:
eventlog[Application,,"|Error|Critical","MSSQLSERVER$NAMED",,,all]
I believe the issue is symbol $ . How do you handle it?
eventlog[Application,,"|Error|Critical","MSSQLSERVER",,,all]
and it works just fine. But if I try to use a named instance for source it fails to retrieve any data. Example of named instance is like this:
eventlog[Application,,"|Error|Critical","MSSQLSERVER$NAMED",,,all]
I believe the issue is symbol $ . How do you handle it?
Comment