I want to run multiple queries on multiple indices of elasticsearch in elastalert. How can I do that?
example : I want to use the first filter with rule type "any" on index abc* and the second filter with rule type "frequency" on index xyz*
type :any
type:frequency
index: abc*
index: xyz*
filter:
- match:
loglevel: "INFO"
filter:
- match:
loglevel: "ERROR"