openshift/cluster-logging-operator

Question - Is it possible to target specific resource (pod/namespace) for its logs only?

barvhaim opened this issue · 3 comments

I am trying to narrow down the logging for a specific pod/namespace, I did not find any info in the documentation, is it supported?

@barvhaim Are you speaking of "targeting specific resource pod/namespace" in Kibana? If yes, that's possible via Kibana's query language, e.g.:

+kubernetes.namespace_name:YOUR_NAMESPACE +kubernetes.pod_name:YOUR_POD_NAME

@periklis negative, I don't want to collect logs from all of the namespaces/pods available in the app level, I just want to collect logs of specific namespace/pod/deployment, I wonder if there's a way to mark what resources to collect logs from