sunty
2024-05-26 b2b638b7e8a023fa57115480ca92bdaf7f5099ae
db/elastic.go
@@ -82,6 +82,14 @@
                            "lt": "now-` + strconv.Itoa(dayLt) + `d/d"
                        }
                    }
                },
            ],
            "must_not": [
                {
                    "term": {
                        "alarmRules.ruleId": 4
                    }
                }
            ]
        }