Skip to content

Commit 1bd4134

Browse files
authored
Merge pull request openshift#98164 from ShaunaDiaz/OSDOCS-16019
OSDOCS-16019: updates ingress log file name
2 parents 1ff2fec + fa9419d commit 1bd4134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/microshift-ingress-controller-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ingress:
125125
|`accessLogging.destination.type`
126126
|The type of destination for logs. Valid values are `Container` or `Syslog`.
127127

128-
* Setting this value to `Container` specifies that logs should go to a sidecar container. When the destination type is set to `Container`, a container called `access-logs` is automatically created. Using container logs means that logs might be dropped if the rate of logs exceeds the container runtime capacity or the custom logging solution capacity. You must have a custom logging solution that reads logs from this sidecar.
128+
* Setting this value to `Container` specifies that logs should go to a sidecar container. When the destination type is set to `Container`, a container called `logs` is automatically created. Using container logs means that logs might be dropped if the rate of logs exceeds the container runtime capacity or the custom logging solution capacity. You must have a custom logging solution that reads logs from this sidecar.
129129
130130
* Setting this value to `Syslog` specifies that logs are sent to a Syslog endpoint. You must configure a custom Syslog instance and specify an endpoint that can receive Syslog messages. You must have a custom Syslog instance. For example, link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/getting-started-with-kernel-logging_managing-monitoring-and-updating-the-kernel[Getting started with kernel logging].
131131
@@ -209,7 +209,7 @@ log message. The ingress controller might impose a separate bound on the total l
209209

210210
* When you configure either `ingress.accessLogging.httpCaptureHeaders` or
211211
`ingress.accessLogging.httpCaptureCookies`, you must set `ingress.accessLogging.status` to `Enabled`.
212-
* When you set the `ingress.status` field to `Enabled`, the `accessLogging.destination.type` is automatically set to `Container` and the router logs all requests in the `access-logs` container.
212+
* When you set the `ingress.status` field to `Enabled`, the `accessLogging.destination.type` is automatically set to `Container` and the router logs all requests in the `logs` container.
213213
* If you set this value to `Disabled`, the router does not log any requests in the access log.
214214
215215
|`certificateSecret`

0 commit comments

Comments
 (0)