Add kibana scheme to list of module options

Fixes #8561
This commit is contained in:
DeDe Morton 2017-10-31 15:46:21 -07:00
parent 736c40b01c
commit 70e8d03364

View file

@ -102,6 +102,16 @@ with Elasticsearch.
Sets the hostname and port of the Kibana instance to use for importing
dashboards and visualizations. For example: "myhost:5601".
*`var.kibana.scheme`*::
+
--
* Value type is <<string,string>>
* Default value is "http"
--
+
Sets the protocol to use for reaching the Kibana instance. The options are:
"http" or "https". The default is "http".
*`var.kibana.username`*::
+
--