quickwit-oss/quickwit
Voir sur GitHubaggs field expects an aggs object in the Swagger API screen
Open
#3 131 ouverte le 3 avr. 2023
buggood first issue
Métriques du dépôt
- Stars
- (11 300 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}