quickwit-oss/quickwit
Ver no GitHubaggs field expects an aggs object in the Swagger API screen
Open
#3.131 aberto em 3 de abr. de 2023
buggood first issue
Métricas do repositório
- Stars
- (11.300 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}