You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have "Show fields" as blank in Graylog, so per the comments we are expecting all fields to push over to ops genie. Looking at the code, it looks like these should populate in the description field, but we are only seeing the the result description, stream and trigger condition. In looking at the code, it's as if it's not passing this line:
if (checkResult.getMatchingMessages().size() > 0) {
However, not sure how to validate what checkResult.getMatchingMessages().size() is?
The text was updated successfully, but these errors were encountered:
Hi, I'm experiencing the same issue. I'm getting in the Description in Opsgenie the 'Stream: ' and 'Trigger Condition: ' but not the other needed fields ("Matching messages", "Fields" etc.). Please advice how it can be resolved? Thanks
We have "Show fields" as blank in Graylog, so per the comments we are expecting all fields to push over to ops genie. Looking at the code, it looks like these should populate in the description field, but we are only seeing the the result description, stream and trigger condition. In looking at the code, it's as if it's not passing this line:
if (checkResult.getMatchingMessages().size() > 0) {
However, not sure how to validate what checkResult.getMatchingMessages().size() is?
The text was updated successfully, but these errors were encountered: