1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cluster-logging-eventrouter-about.adoc
Satyajeet Munje cc94fd4ee0 OBSDOCS-693
2024-04-24 18:11:38 +00:00

13 lines
584 B
Plaintext

// Module included in the following assemblies:
//
// * observability/logging/cluster-logging.adoc
:_mod-docs-content-type: CONCEPT
[id="cluster-logging-eventrouter-about_{context}"]
= About event routing
The Event Router is a pod that watches {product-title} events so they can be collected by {logging}.
The Event Router collects events from all projects and writes them to `STDOUT`. Fluentd collects those events and forwards them into the {product-title} Elasticsearch instance. Elasticsearch indexes the events to the `infra` index.
You must manually deploy the Event Router.