File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,13 @@ xref:../install_config/aggregate_logging.adoc#aggregate-logging-creating-the-cur
144
144
145
145
|`openshift_logging_master_url`
146
146
|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.
148
149
149
150
|`openshift_logging_master_public_url`
150
151
|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.
152
154
153
155
|`openshift_logging_namespace`
154
156
|The namespace where Aggregated Logging is deployed.
You can’t perform that action at this time.
0 commit comments