How to use NOT operator in watcher

Hi,

Is there any other way to get notification containing
"match": ["error" NOT "org.apache"]

Thanks.

Use a bool query and put the match "org.apache" in a must_not clause and the match "error" in the must part.

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