Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2ece6a

Browse files
committedAug 26, 2024··
chore: update desc in falco.yaml
Signed-off-by: Melissa Kilby <[email protected]>
1 parent 4e2995e commit b2ece6a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎falco.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1209,18 +1209,19 @@ falco_libs:
12091209
# [Incubating] `container_engines`
12101210
#
12111211
# This option allows you to explicitly enable or disable API lookups against container
1212-
# runtime sockets for each supported container runtime, tracked internally as `container_engines`.
1213-
# Access to these sockets enables Falco to provide container and Kubernetes fields, which
1214-
# are crucial for identifying workload owners in modern containerized environments.
1212+
# runtime sockets for each supported container runtime.
1213+
# Access to these sockets enables Falco to retrieve container and Kubernetes fields,
1214+
# helping identify workload owners in modern containerized environments.
12151215
# Refer to the fields docs:
12161216
#
12171217
# - [Kubernetes fields](https://falco.org/docs/reference/rules/supported-fields/#field-class-k8s)
12181218
# - [Container fields](https://falco.org/docs/reference/rules/supported-fields/#container)
12191219
#
1220-
# Additionally, Falco uses container events as a data source for alerting.
1220+
# Additionally, Falco can use container events as a data source for alerting (evt.type = container).
12211221
#
1222-
# For most container engines, you can enable or disable them, and Falco will search the
1223-
# default container runtime socket paths, such as `/var/run/docker.sock` for Docker.
1222+
# For most container engines, you can solely enable or disable them, and Falco will search the
1223+
# default (hard-coded) container runtime socket paths, such as `/var/run/docker.sock` for Docker.
1224+
#
12241225
# However, for Kubernetes settings, you can customize the CRI socket paths:
12251226
#
12261227
# - `container_engines.cri.sockets`: Pass a list of container runtime sockets.

0 commit comments

Comments
 (0)
Please sign in to comment.