Skip to content

Commit

Permalink
Add kibana scheme to list of module options
Browse files Browse the repository at this point in the history
Fixes #8561
  • Loading branch information
dedemorton committed Nov 7, 2017
1 parent 736c40b commit 70e8d03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/static/shared-module-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`*::
+
--
Expand Down

0 comments on commit 70e8d03

Please sign in to comment.