You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> A list of file glob patterns that match the file paths to be read.
646
646
<2> An array of Operators. Each Operator performs a simple task such as parsing a timestamp or JSON. To process logs into a desired format, chain the Operators together.
647
647
648
+
.OpenTelemetry Collector custom resource with enabled Filelog Receiver that parses OpenShift cluster logs
<1> Configure a Security Context Constraint (SCC) to allow accessing files on the host
726
+
<2> Assign the SCC to the collector Service Account (the OpenTelemetry Operator creates this Service Account)
727
+
<3> Exclude logs from the collector container. In this example configuration, the container prints all cluster logs to stdout for demonstration purposes, which would create a loop.
0 commit comments