2.2.15 "Jain" - May 20, 2024
Features:
Ability to ignore k8s labels (#1213).
A user can now define glob filters for including and excluding container and controller labels in logs.
For label to be included it needs to match one of the globs in k8s_label_include_globs and none of the globs in k8s_label_exclude_globs.
From documentation:
| k8s_label_include_globs | Optional, (defaults to ['*']). Specifies a list of K8s labels to be added to logs. |
| k8s_label_exclude_globs | Optional, (defaults to []]). Specifies a list of K8s labels to be ignored and not added to logs. |
Follows the same logic as label_include_globs and label_exclude_globs from the docker_monitor.