Skip to content

Commit 627d166

Browse files
authored
Merge pull request #87312 from theashiot/OBSDOCS-1431-1
OBSDOCS-1431: Logging Infrastructure Definitions Logging 6.1
2 parents 583d3f6 + 211bb19 commit 627d166

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

observability/logging/logging-6.1/log6x-clf-6.1.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,13 @@ Filters:: Transform or drop log messages in the pipeline. Users can define filte
6262

6363
Inputs are configured in an array under `spec.inputs`. There are three built-in input types:
6464

65-
application:: Selects logs from all application containers, excluding those in infrastructure namespaces such as `default`, `openshift`, or any namespace with the `kube-` or `openshift-` prefix.
65+
application:: Selects logs from all application containers, excluding those in infrastructure namespaces.
6666

67-
infrastructure:: Selects logs from infrastructure components running in `default` and `openshift` namespaces and node logs.
67+
infrastructure:: Selects logs from nodes and from infrastructure components running in the following namespaces:
68+
** `default`
69+
** `kube`
70+
** `openshift`
71+
** Containing the `kube-` or `openshift-` prefix
6872

6973
audit:: Selects logs from the OpenShift API server audit logs, Kubernetes API server audit logs, ovn audit logs, and node audit logs from auditd.
7074

0 commit comments

Comments
 (0)