Skip to main content

Kubernetes Agent v1.7.15

October 30, 2024

New In Management > Agent CONF., added the log filtering feature.

Added the log filtering feature to control collection of specific container logs. This feature allows users to refine log collection based on the namespace, Pod name, container name, and such. It also allows or blocks log collection for specific containers if necessary.

  • log_filter_enabled bool

    Default false

    It sets whether to use log filters.

  • log_filter_allow_list list

    It sets the list of logs to allow. It indicates the items to be included for filtering.

  • log_filter_deny_list list

    It sets the list of logs to exclude. It indicates the items to be excluded for filtering.

Note

For more information about the log filtering feature, see the following.

Info

Agent download: kube_mon_1.7.15.tar