quickwit-oss/quickwit
Auf GitHub ansehenaggs field expects an aggs object in the Swagger API screen
Open
#3.131 geöffnet am 3. Apr. 2023
buggood first issue
Repository-Metriken
- Stars
- (11.300 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
The aggs field expect the following
{
"aggs": {
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}
}
While the swagger document suggests it want
{
"resolution": {
"terms": {"field": "ResolutionWidth"}
}
}