diff --git a/modules/efk-logging-eventrouter-deploy.adoc b/modules/efk-logging-eventrouter-deploy.adoc index 2c23b94d1eb9..69bf0304e60c 100644 --- a/modules/efk-logging-eventrouter-deploy.adoc +++ b/modules/efk-logging-eventrouter-deploy.adoc @@ -11,7 +11,17 @@ The following Template object creates the Service Account, ClusterRole, and Clus .Prerequisites -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. +* 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. + +* Set `TRANSFORM_EVENTS=true` in order to process and store event router events in Elasticsearch. + +** Set cluster logging to the unmanaged state. + +** Enable the `TRANSFORM_EVENTS` feature. ++ +---- +$ oc set env ds/fluentd TRANSFORM_EVENTS=true +---- .Procedure