调整ES相关文件位置 & 补充connectESDAO相关类

This commit is contained in:
zengqiao
2022-12-06 17:59:39 +08:00
committed by EricZeng
parent cc2a590b33
commit 249fe7c700
74 changed files with 2640 additions and 967 deletions

View File

@@ -0,0 +1,40 @@
{
"query": {
"bool": {
"must": [
{
"term": {
"clusterPhyId": {
"value": %d
}
}
},
{
"term": {
"topic": {
"value": "%s"
}
}
},
{
"term": {
"brokerAgg": {
"value": "1"
}
}
},
{
"range": {
"timestamp": {
"gte": %d,
"lte": %d
}
}
}
],
"must_not": [
%s
]
}
}
}