quickwit-oss/quickwit
在 GitHub 查看aggs field expects an aggs object in the Swagger API screen
Open
#3,131 创建于 2023年4月3日
buggood first issue
仓库指标
- Star
- (11,300 star)
- PR 合并指标
- (PR 指标待抓取)
描述
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}