mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
13 lines
584 B
Plaintext
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.
|