elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.14k forks source link

[APM] Fix diagnostics page #177581

Open cauemarcondes opened 7 months ago

cauemarcondes commented 7 months ago

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}"
elasticmachine commented 7 months ago

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

roshan-elastic commented 1 month ago

Hey @cauemarcondes - where is the diagnostics page BTW? I couldn't find it!

cauemarcondes commented 1 month ago

"/app/apm/diagnostics"