quickwit-oss/quickwit

aggs field expects an aggs object in the Swagger API screen

Open

#3131 aperta il 3 apr 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Rust (553 fork)github user discovery
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"}
     }
}

Guida contributor