Hey all,
I've got an APM monitor configured to watch for a very specific event log message. I've got it pinned down with:
- Log Source
- Event ID
- Event Type
- Keywords
I'm filtering on "Keywords" with "[Microsoft][SQL Native Client]Communication link failure". Unfortunately this matches _every_ event log message with the same "Log Source", "Event ID", and "Event Type", regardless of the content of the message.
In other words, it matches event text with "[Microsoft][SQL Native Client]Communication link failure" in it, but it's also matching events where that phrase is absent. For what it's worth, I've also tried the same thing using a Regular Expression match with the same (wrong)results.
Anybody seen this kind of behavior before? Is there something else needed to enforce keyword matching?
For whatever it's worth we're running:
SolarWinds Orion Core 2011.1.2, APM 4.2.0, NPM 10.1.3, IVIM 1.1.2
Thanks!