quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

Default query should be a conjunction. #54

Closed fulmicoton closed 7 months ago

fulmicoton commented 7 months ago

right now by default, we consider the query timed out as timed OR out, it should be interpreted as timed AND out.

(the elasticsearch API has a query parameter for that)