Skip to content

Commit f742932

Browse files
authored
Merge pull request #14012 from mburke5678/logging-expose-kibana
Custom Certs for Kibana
2 parents ba61a03 + 977431c commit f742932

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

logging/efk-logging-kibana.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ include::modules/efk-logging-kibana-scaling.adoc[leveloffset=+1]
2727

2828
include::modules/efk-logging-kibana-visualize.adoc[leveloffset=+1]
2929

30+
include::modules/efk-logging-kibana-exposing.adoc[leveloffset=+1]
31+
32+
3033

3134

modules/efk-logging-configuring-image-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ Comment out until 4.1
4444
The Rsyslog log collector is in Technology Preview.
4545
====
4646
////
47+

modules/efk-logging-kibana-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * logging/efk-logging-kibana.adoc
44

5-
[id='efk-logging-kibana-exposing_{context}']
5+
[id='efk-logging-kibana-console_{context}']
66
= Adding the Kibana console to the {product-title} web console
77

88
You can add the Kibana console to the to the {product-title} web console.

modules/efk-logging-kibana-exposing.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
= Exposing Kibana as a route with custom certificates
77

88

9-
If you want to use custom certificates with Kibana, you must create a specific re-encrypt route to Kibana.
9+
If you want to use custom certificates with Kibana, you must:
1010

11-
You can use the Elasticsearch secret created by the Cluster Logging Operator to generate the certificate required for the re-encrypt route.
11+
* create a specific re-encrypt route to Kibana;
12+
13+
* use the Elasticsearch secret created by the Cluster Logging Operator to generate the certificate required for the re-encrypt route.
1214

1315
You cannot modify the default Kibana route.
1416

@@ -55,12 +57,16 @@ objects:
5557
parameters:
5658
- name: CA_CERT
5759
displayName: The browser facing The browser facing custom cacert
60+
required: true
5861
- name: CERT
5962
displayName: The browser facing custom cert
63+
required: true
6064
- name: KEY
6165
displayName: The browser facing custom key
66+
required: true
6267
- name: DEST_CA_CERT
6368
displayName: The cacert generated by the cluster-logging-operator
69+
required: true
6470
- name: SERVICE_NAME
6571
displayName: The name of the kibana service
6672
value: kibana

0 commit comments

Comments
 (0)