Skip to content

[enterprise-4.9] Issue in file cicd/pipelines/viewing-pipeline-logs-using-the-openshift-logging-operator.adoc #54670

@dgeorgievski

Description

@dgeorgievski

Which section(s) is the issue in?

Viewing pipeline logs in Kibana
b.i Filter the containers related to pipelines

{
  "query": {
	"match": {
  	"kubernetes.flat_labels": {
    	"query": "app_kubernetes_io/managed-by=tekton-pipelines",
    	"type": "phrase"
  	}
	}
  }
}

What needs fixing?

In query field value replace underscores with dots to make the filter working.

    "query":"app.kubernetes.io/managed-by=tekton-pipelines"

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions