File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,15 @@ Grafana’s provisioning system. To read about how it works, including all the
4747settings that you can set for this data source, refer to [ Provisioning Grafana
4848data sources] ( https://grafana.com/docs/grafana/latest/administration/provisioning/#data-sources ) .
4949
50- Here are some provisioning examples for this data source using basic authentication:
50+ Note that the plugin must be previously installed. If you
51+ are using Docker and want to automate installation, you can set the [ GF_INSTALL_PLUGINS environment
52+ variable] ( https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/#install-plugins-in-the-docker-container )
53+
54+ ``` bash
55+ docker run -p 3000:3000 -e GF_INSTALL_PLUGINS=questdb-questdb-datasource grafana/grafana-oss
56+ ```
57+
58+ This is an example provisioning file for this data source using the default configuration for QuestDB Open Source.
5159
5260``` yaml
5361apiVersion : 1
@@ -69,6 +77,9 @@ datasources:
6977 # tlsCACert: <string>
7078```
7179
80+ If you are using QuestDB Enterprise and have enabled TLS, you would need to change
81+ ` tlsMode: require ` in the example above.
82+
7283## Building queries
7384
7485The query editor allows you to query QuestDB to return time series or
You can’t perform that action at this time.
0 commit comments