elastic/kibana

[APM] Fix diagnostics page

Closed

#177 581 ouverte le 22 févr. 2024

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)TypeScript (8 021 forks)batch import
Team:obs-ux-infra_services - DEPRECATEDbuggood first issueinfo-needed

Métriques du dépôt

Stars
 (19 065 stars)
Métriques de merge PR
 (Merge moyen 1j 16h) (999 PRs mergées en 30 j)

Description

On the APM Diagnostics page, we use the processors.grok to filter the ingest pipelines here.

On 8.14 this PR was merged removing these processors https://github.com/elastic/integrations/pull/9185/files#diff-35903ffd0e4793a494fe0ce95c930b38b9eda7b6bdbfe8e8cf16dc34f9841958L9. We need to update the filter_path and the code that checks if a ingest pipeline is valid.

Without this, we'll always display a warning message on the page:

The expected processor for "observer.version" was not found in "${ingestPipeline.id}"

Guide contributeur