Hi Team ,
I am New to community, I want to set up the watcher alert on the logs with messages like following
"message: The user has selected account 84900-1 has no limit left"
Where 84900 is account type and 1 is sub type.
Can we set up the alert based on the multi match
Following is something i am trying to create but is not working.
"must": {
"query_string": {
"analyze_wildcard": true,
"default_field": "*",
"query": "message: \*"The user has selected account 84900-* has no limit left*\""
}
Can some one help?