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"}
}
}