rancher / opni

Multi Cluster Observability with AIOps

Home Page:https://opni.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic OpenSearch Query Alarm

alexandreLamarre opened this issue · comments

Implement a generic opensearch query alert condition that accepts (somewhat validated) raw bytes that can be converted into opensearch monitors.

message AlertConditionOpensearchQuery{
  core.Reference clusterId = 1;
  string queryDSL = 2;
  string trigger = 3;
  google.protobuf.Duration interval = 4;
}