quickwit-oss/quickwit
aggs field expects an aggs object in the Swagger API screen
开放
#3,131 创建于 2023年4月3日
buggood first issue
仓库指标
- 星标
- (11,535 个星标)
- PR 合并指标
- (平均合并 5天 18小时) (30 天内合并 41 个 PR)
描述
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}