Hello,
I have a search with several OR statements in it. Example, Microservice=this OR Microservice=that. When the search runs and emails me an alert, I currently have it set to "$result.Microservice$ with $job.resultCount$ alerts".
In the text of the email, it only returned the name of the first Microservice, but gave me a total count of both This and That's events.
I would like it to give me:
"This" had x alerts
"That" had y alerts
Any suggestions to how I can have the email alert give me totals for each Microservice? I actually have a few more Microservices in my real search, I only listed 2 above.
Thanks.
... View more