quickwit-oss/quickwit
GitHub で見るaggs field expects an aggs object in the Swagger API screen
Open
#3,131 opened on 2023年4月3日
buggood first issue
Repository metrics
- Stars
- (11,300 stars)
- PR merge metrics
- (PR metrics pending)
説明
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}