Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15] [APM] Fix `labels.served_from_cache` type (#188836) #189061

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.15:

Questions ?

Please refer to the Backport tool documentation

fixes [elastic#176425](elastic#176425)
fixes [elastic#176544](elastic#176544)

## Summary

The problem happens intermittently, I've managed to reproduce it a few
times though. I suspect that since the es_archive `8.0.0` does not have
a type definition for the `label.served_from_cache` field, it leaves ES
to determine what's the appropriate type, therefore causing ingestion to
sometimes fail.

The `apm_8.0.0` has a type definition for this field for `transaction`
index
https://github.com/elastic/kibana/blob/main/x-pack/test/apm_api_integration/common/fixtures/es_archiver/apm_8.0.0/mappings.json#L18824,
so I followed the same configuration.

Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 850aa69)
@kibanamachine kibanamachine requested a review from a team as a code owner July 24, 2024 12:13
@kibanamachine kibanamachine enabled auto-merge (squash) July 24, 2024 12:13
@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Jul 24, 2024
@elasticmachine
Copy link
Contributor

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

@kibana-ci
Copy link
Collaborator

kibana-ci commented Jul 24, 2024

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @crespocarlos

@kibanamachine kibanamachine merged commit 1aff524 into elastic:8.15 Jul 24, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants