File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ properties:
40
40
kibana.port:
41
41
description: "Kibana is served by a back end server. This controls which port to use."
42
42
default: 5601
43
+ kibana.public_base_url:
44
+ description: "The publicly available URL that end-users access Kibana at (e.g. https://kibana-platform.com)"
43
45
kibana.host:
44
46
description: "This setting specifies the IP address of the back end server."
45
47
default: "0.0.0.0"
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ server.host: <%= p('kibana.host') %>
8
8
# specify that path here. The basePath can't end in a slash.
9
9
# server.basePath: ""
10
10
11
+ # The publicly available URL that end-users access Kibana at
12
+ server.publicBaseUrl: <%= p('kibana.public_base_url') %>
13
+
11
14
# The Elasticsearch instance to use for all your queries.
12
15
# elasticsearch.url: "http://localhost:9200"
13
16
<%
You can’t perform that action at this time.
0 commit comments