odigos
odigos copied to clipboard
Log receivers should be from source namespace only
Describe the bug When choose the source from e.g. default namespace, the filelog receciver should be use /var/log/pods/default_*/*/*.log instead of /var/log/pods/*/*/*.log receivers: filelog: exclude: - /var/log/pods/kube-system_*/*/*.log include: - /var/log/pods/default_*/*/*.log include_file_name: false include_file_path: true
To Reproduce Steps to reproduce the behavior:
- install v1.0.17
- select source from all pods from default namespace
- select log destination to use loki
- I will see the logs from all namespaces
Expected behavior the logs should be from default namespace only
Desktop (please complete the following information):
- OS: Linux
- Version: Ubuntu 22.04