* FEATURE: [Kubernetes Collector](https://docs.victoriametrics.com/victorialogs/vlagent/#collect-kubernetes-pod-logs): add support for metadata-based filtering for Kubernetes logs via `-kubernetesCollector.excludeFilter` command-line flag. The flag accepts any [LogsQL filter](https://docs.victoriametrics.com/victorialogs/logsql/#filters) which is applied to Pod labels, namespaces, and other metadata before reading the log files. This enables early exclusion of unwanted log records, reducing CPU usage and I/O overhead. See [#923](https://github.com/VictoriaMetrics/VictoriaLogs/issues/923) and [these docs](https://docs.victoriametrics.com/victorialogs/vlagent/#filtering-kubernetes-logs) for details.
0 commit comments