我正在學習使用ElastAlert。我想通過ElasAlert運行多基數規則或使用更好的解決方案。如何運行多個ElastAlert規則
例如,
filter:
- query:
query_string:
query: "message: *A*"
filter:
- query:
query_string:
query: "message: *B*"
filter:
- query:
query_string:
query: "message: *C*"
我有幾個條件需要監控,每分鐘它們中的任何低於1個消息我將需要接收的ALTER。這是可能的運行在一個規則,或者我可以在多個進程中運行它?