mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 18:32:08 +08:00
40 lines
606 B
Plaintext
40 lines
606 B
Plaintext
{
|
|
"query": {
|
|
"bool": {
|
|
"must": [
|
|
{
|
|
"term": {
|
|
"clusterPhyId": {
|
|
"value": %d
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"term": {
|
|
"topic": {
|
|
"value": "%s"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"term": {
|
|
"brokerAgg": {
|
|
"value": "1"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"range": {
|
|
"timestamp": {
|
|
"gte": %d,
|
|
"lte": %d
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"must_not": [
|
|
%s
|
|
]
|
|
}
|
|
}
|
|
} |