Hi Team,
I am trying to put an alert on ERROR patterns. There are 4 development environments and i have to write 4 alerts for the same pattern search. Can we write an alert on multiple indexes?
If yes, how to put index name in watcher:
Alert input, (it's not working):
"indices": [
"<env-*-json-log-{now/d}>"
],
---***
<\env--json-log-{now/d}>
---**
Indices are:
env-dev-json-log-2017.05.05
env-test-json-log-2017.05.05
env-qat-json-log-2017.05.05
env-uat-json-log-2017.05.05
Thanks & Regards,