Skip to content

Commit 14b0cdd

Browse files
authored
Merge pull request #7341 from bmcelvee/BZ1537672
Bug 1537672 clarify URL variable descriptions.
2 parents 6dc93e3 + 6885154 commit 14b0cdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install_config/aggregate_logging.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,13 @@ xref:../install_config/aggregate_logging.adoc#aggregate-logging-creating-the-cur
144144

145145
|`openshift_logging_master_url`
146146
|The URL for the Kubernetes master, this does not need to be public facing but
147-
should be accessible from within the cluster.
147+
should be accessible from within the cluster. For example,
148+
https://<PRIVATE-MASTER-URL>:8443.
148149

149150
|`openshift_logging_master_public_url`
150151
|The public facing URL for the Kubernetes master. This is used for Authentication
151-
redirection by the Kibana proxy.
152+
redirection by the Kibana proxy. For example,
153+
https://<CONSOLE-PUBLIC-URL-MASTER>:8443.
152154

153155
|`openshift_logging_namespace`
154156
|The namespace where Aggregated Logging is deployed.

0 commit comments

Comments
 (0)