Search query to filter on Events' error message

Hey there,
I’m running a query to get events with a certain name on a specific source, which is working fine using this query
name:"Add Entitlement Failed" AND attributes.sourceName:"mySource"

But I’d like also to filter on the error message, and I didn’t found how to do it. I tried this query:
name:"Add Entitlement Failed" AND attributes.sourceName:"mySource" AND attributes.erros:"*No role found with name*"

You can find below a screenshot that shows the event with the error message.

Any idea how to do it?
Thanks.

There seems to be a typo here -

name:"Add Entitlement Failed" AND attributes.sourceName:"mySource" AND attributes.errors:"No role found with name"

2 Likes

well spotted, thank you :blush:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.