Skip to content

Commit b3514c2

Browse files
authored
Merge pull request #14445 from mburke5678/BZ-1699182
improvement in efk-logging-eventrouter.html
2 parents 02c63c9 + addb948 commit b3514c2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

logging/config/efk-logging-elasticsearch.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ modules/efk-logging-elasticsearch-persistent-storage-local.adoc[leveloffset=+2]
5555

5656
// == Additional Resources
5757

58-
//For information on installing Elasticsearch, see xref:../logging/efk-logging-deploy.adoc[Deploying cluster logging].
59-

logging/efk-logging-eventrouter.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
The Event Router is a pod that forwards {product-title} events to Cluster Logging.
8+
The Event Router communicates with the {product-title} and prints {product-title} events to log of the pod where the event occurs.
99

10+
If Cluster Logging is deployed, you can view the {product-title} events in Kibana.
1011

1112
// The following include statements pull in the module files that comprise
1213
// the assembly. Include any combination of concept, procedure, or reference
@@ -15,3 +16,4 @@ The Event Router is a pod that forwards {product-title} events to Cluster Loggin
1516

1617
include::modules/efk-logging-eventrouter-deploy.adoc[leveloffset=+1]
1718

19+

modules/efk-logging-eventrouter-deploy.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Use the following steps to deploy Event Router into your cluster.
99

1010
The following Template object creates the Service Account, ClusterRole, and ClusterRoleBinding required for the Event Router.
1111

12-
.Prerequisite
12+
.Prerequisites
1313

14-
* Cluster logging and Elasticsearch must be installed.
15-
16-
* You need proper permissions to make updates within the `openshift-*` namespace.
14+
You need proper permissions to create service accounts and update cluster role bindings. For example, you can run the following template with a user that has the *cluster-admin* role.
1715

1816
.Procedure
1917

@@ -127,6 +125,9 @@ parameters:
127125
<6> Specify the memory limit for the Event Router pods. Defaults to '128Mi'.
128126
<7> Specify the minimum amount of CPU to allocate to the Event Router. Defaults to '100m'.
129127
<8> Specify the namespace where eventrouter is deployed. Defaults to `openshift-logging`. The value must be the same as specified for the ServiceAccount and ClusterRoleBinding.
128+
The project indicates where in Kibana you can locate events:
129+
* If the event router pod is deployed in a default project, such as `+kube-*+` and `+openshift-*+`, you can find the events under the *.operation* index.
130+
* If the event router pod is deployed in other projects, you can find the event under the index using the project namespace.
130131

131132
. Use the following command to process and apply the template:
132133
+

0 commit comments

Comments
 (0)