mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Fix documentation (#28998)
This commit is contained in:
parent
e3c7d66324
commit
7378af0a77
@ -147,8 +147,9 @@ Since not all datasources have the same configuration settings we only have the
|
|||||||
| tlsAuthWithCACert | boolean | _All_ | Enable TLS authentication using CA cert |
|
| tlsAuthWithCACert | boolean | _All_ | Enable TLS authentication using CA cert |
|
||||||
| tlsSkipVerify | boolean | _All_ | Controls whether a client verifies the server's certificate chain and host name. |
|
| tlsSkipVerify | boolean | _All_ | Controls whether a client verifies the server's certificate chain and host name. |
|
||||||
| graphiteVersion | string | Graphite | Graphite version |
|
| graphiteVersion | string | Graphite | Graphite version |
|
||||||
| timeInterval | string | Prometheus, Elasticsearch, InfluxDB, MySQL, PostgreSQL and MSSQL | Lowest interval/step value that should be used for this data source |
|
| timeInterval | string | Prometheus, Elasticsearch, InfluxDB, MySQL, PostgreSQL and MSSQL | Lowest interval/step value that should be used for this data source |
|
||||||
| httpMode | string | Influxdb, Prometheus | HTTP Method. 'GET', 'POST', defaults to GET |
|
| httpMode | string | Influxdb | HTTP Method. 'GET', 'POST', defaults to GET |
|
||||||
|
| httpMethod | string | Prometheus | HTTP Method. 'GET', 'POST', defaults to GET |
|
||||||
| esVersion | number | Elasticsearch | Elasticsearch version as a number (2/5/56/60/70) |
|
| esVersion | number | Elasticsearch | Elasticsearch version as a number (2/5/56/60/70) |
|
||||||
| timeField | string | Elasticsearch | Which field that should be used as timestamp |
|
| 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' |
|
| interval | string | Elasticsearch | Index date time format. nil(No Pattern), 'Hourly', 'Daily', 'Weekly', 'Monthly' or 'Yearly' |
|
||||||
|
Loading…
Reference in New Issue
Block a user