mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Documentation: Updated yaml for influxdb data sources (#84119)
* Update _index.md Updated instructions for influx v2 * Added version:SQL to influx v3 example in _index.md
This commit is contained in:
@@ -203,9 +203,8 @@ datasources:
|
||||
access: proxy
|
||||
url: http://localhost:8086
|
||||
jsonData:
|
||||
version: SQL
|
||||
metadata:
|
||||
- database: <bucket-name>
|
||||
dbName: site
|
||||
httpHeaderName1: 'Authorization'
|
||||
secureJsonData:
|
||||
httpHeaderValue1: 'Token <token>'
|
||||
```
|
||||
@@ -216,11 +215,12 @@ datasources:
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB_v2_InfluxQL
|
||||
- name: InfluxDB_v3_InfluxQL
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://localhost:8086
|
||||
jsonData:
|
||||
version: SQL
|
||||
dbName: site
|
||||
httpMode: POST
|
||||
secureJsonData:
|
||||
|
||||
Reference in New Issue
Block a user