quickwit-oss / quickwit-datasource

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

add timestamp field to plugin config editor #100

Closed wjordan closed 4 months ago

wjordan commented 4 months ago

This allows configuring the timestamp field (jsonData.timeField) through the plugin config editor. This setting is required for 'Forward OAuth Identity' config to work, because the call to GetTimestampField in NewQuickwitDatasource to autodetect the timestamp field from the index does not have the required oauth headers added to its HTTP request.

fmassot commented 4 months ago

@wjordan Closing this issue as the plugin should be able to retrieve the timestamp field from Quickwit directly.