diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index e0c7d6c556f..f1cefcd3801 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -153,6 +153,7 @@ Since not all datasources have the same configuration settings we only have the | httpMode | string | Influxdb | HTTP Method. 'GET', 'POST', defaults to GET | | maxSeries | number | Influxdb | Max number of series/tables that Grafana processes | | httpMethod | string | Prometheus | HTTP Method. 'GET', 'POST', defaults to GET | +| customQueryParameters | string | Prometheus | Query parameters to add, as a URL-encoded string. | | esVersion | number | Elasticsearch | Elasticsearch version as a number (2/5/56/60/70) | | timeField | string | Elasticsearch | Which field that should be used as timestamp | | interval | string | Elasticsearch | Index date time format. nil(No Pattern), 'Hourly', 'Daily', 'Weekly', 'Monthly' or 'Yearly' |