quickwit-oss/quickwit
Vedi su GitHubaggs field expects an aggs object in the Swagger API screen
Open
#3131 aperta il 3 apr 2023
buggood first issue
Metriche repository
- Star
- (11.300 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}