From 0341692691a7d2bbe3e5439c2a3b3614b139c9d1 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Sun, 3 Mar 2019 01:52:48 +0300 Subject: [PATCH] datasource config page (partial copy from ds_http_settings.html) --- src/datasource/partials/config.html | 73 ++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/src/datasource/partials/config.html b/src/datasource/partials/config.html index 1c24ed0..9802a49 100644 --- a/src/datasource/partials/config.html +++ b/src/datasource/partials/config.html @@ -1 +1,72 @@ - +
+

HTTP

+
+
+
+ URL + + +

Specify a complete HTTP URL (for example http://your_server:8080)

+ + Your access method is Browser, this means the URL + needs to be accessible from the browser. + + + Your access method is Server, this means the URL + needs to be accessible from the grafana backend/server. + +
+
+
+ +
+
+ Access +
+ +
+
+
+ +
+
+ +
+

+ Access mode controls how requests to the data source will be handled. + Server should be the preferred way if nothing else stated. +

+
Server access mode (Default):
+

+ All requests will be made from the browser to Grafana backend/server which in turn will forward the requests to the data source + and by that circumvent possible Cross-Origin Resource Sharing (CORS) requirements. + The URL needs to be accessible from the grafana backend/server if you select this access mode. +

+
Browser access mode:
+

+ All requests will be made from the browser directly to the data source and may be subject to + Cross-Origin Resource Sharing (CORS) requirements. The URL needs to be accessible from the browser if you select this + access mode. +

+ +
+
+ Whitelisted Cookies + + + + Grafana Proxy deletes forwarded cookies by default. Specify cookies by name that should be forwarded to the data source. + +
+
+
+
+ +