Replies: 1 comment 2 replies
-
Yes, that's easy enough - namespace is part of the kubelet log filename so you can just tail the namespaces you want and not any others. You can also drop logs with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m configuring fluent-bit on an EKS cluster (deployed with helm-chart) to send logs to Loggly through the http output, however, I want to select only specific deployments to send, not all logs from all pods within that cluster (due to limiting the amount of logs, 1 min sent more than 1.5G of logs on a sort of small cluster), anyone knows how can I archive that? perhaps only the pods with certain annotations or even deploys from specific namespaces for example?
Beta Was this translation helpful? Give feedback.
All reactions