We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f8614 commit 34b73e2Copy full SHA for 34b73e2
docs/Containers/Grafana.md
@@ -15,6 +15,16 @@ The default *~/IOTstack/services/grafana/grafana.env* contains this line:
15
16
Uncomment that line and change the right hand side to [your own timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
17
18
+## Adding InfluxDB datasource
19
+
20
+Select Data Sources -> Add data source -> InfluxDB.
21
22
+Set options:
23
24
+* HTTP / URL: `http://influxdb:8086`
25
+* InfluxDB Details / Database: `telegraf`
26
+* InfluxDB Details / User: `nodered`
27
+* InfluxDB Details / Password: `nodered`
28
29
## Security
30
0 commit comments