Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
05396ef7
Unverified
Commit
05396ef7
authored
Dec 01, 2020
by
Rami
Committed by
GitHub
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: InfluxDB_V2 datasource: adding an example on how to add InfluxQL as a datasource (#29490)
parent
a54e0ff7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
docs/sources/datasources/influxdb.md
+21
-2
No files found.
docs/sources/datasources/influxdb.md
View file @
05396ef7
...
...
@@ -286,12 +286,12 @@ datasources:
httpMode
:
GET
```
### InfluxDB 2.x example
### InfluxDB 2.x
for Flux
example
```
yaml
apiVersion
:
1
datasources
:
-
name
:
InfluxDB_v2
-
name
:
InfluxDB_v2
_Flux
type
:
influxdb
access
:
proxy
url
:
http://localhost:8086
...
...
@@ -303,3 +303,22 @@ datasources:
defaultBucket
:
bucket
tlsSkipVerify
:
true
```
### InfluxDB 2.x for InfluxQl example
```
yaml
apiVersion
:
1
datasources
:
-
name
:
InfluxDB_v2_InfluxQL
type
:
influxdb
access
:
proxy
url
:
http://localhost:8086
# This database should be mapped to a bucket
database
:
site
jsonData
:
httpMode
:
GET
httpHeaderName1
:
'
Authorization'
secureJsonData
:
httpHeaderValue1
:
'
Token
<token>'
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment