-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dataset Quality] Fix failing es-promotion test on 8.x
#205188
[Dataset Quality] Fix failing es-promotion test on 8.x
#205188
Conversation
… of ES ingests it itself making the tests fail.
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
…st-degraded-fields-flyout
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…st-degraded-fields-flyout
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
|
Starting backport for target branches: 8.x |
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion. (cherry picked from commit bd9254f)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…60; (#205188) (#205246) # Backport This will backport the following commits from `main` to `8.x`: - [[Dataset Quality] Fix failing es-promotion test on `8.x` (#205188)](#205188) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Abdul Wahab Zahid","email":"awahab07@yahoo.com"},"sourceCommit":{"committedDate":"2024-12-30T11:46:49Z","message":"[Dataset Quality] Fix failing es-promotion test on `8.x` (#205188)\n\nNewer builds of ES ingest `event.ingested` and `tags` fields into APM\r\nindices making the Dataset Quality tests fail which rely on ingested\r\nfield counts against set number of field limits. The PR addresses this\r\nby explicitly ingesting the fields beforehand.\r\n\r\nAfter the merge to main, the PR will be backported to `8.x` to unblock\r\nes-promotion.","sha":"bd9254fe1ebbc042968846dbd1fd52f1769dc0bb","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Team:obs-ux-infra_services"],"title":"[Dataset Quality] Fix failing es-promotion test on `8.x`","number":205188,"url":"https://github.com/elastic/kibana/pull/205188","mergeCommit":{"message":"[Dataset Quality] Fix failing es-promotion test on `8.x` (#205188)\n\nNewer builds of ES ingest `event.ingested` and `tags` fields into APM\r\nindices making the Dataset Quality tests fail which rely on ingested\r\nfield counts against set number of field limits. The PR addresses this\r\nby explicitly ingesting the fields beforehand.\r\n\r\nAfter the merge to main, the PR will be backported to `8.x` to unblock\r\nes-promotion.","sha":"bd9254fe1ebbc042968846dbd1fd52f1769dc0bb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205188","number":205188,"mergeCommit":{"message":"[Dataset Quality] Fix failing es-promotion test on `8.x` (#205188)\n\nNewer builds of ES ingest `event.ingested` and `tags` fields into APM\r\nindices making the Dataset Quality tests fail which rely on ingested\r\nfield counts against set number of field limits. The PR addresses this\r\nby explicitly ingesting the fields beforehand.\r\n\r\nAfter the merge to main, the PR will be backported to `8.x` to unblock\r\nes-promotion.","sha":"bd9254fe1ebbc042968846dbd1fd52f1769dc0bb"}}]}] BACKPORT--> --------- Co-authored-by: Abdul Wahab Zahid <awahab07@yahoo.com>
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion.
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion.
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion.
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion.
) Newer builds of ES ingest `event.ingested` and `tags` fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand. After the merge to main, the PR will be backported to `8.x` to unblock es-promotion.
Fixes #203956
Related to #203165
Summary
Newer builds of ES ingest
event.ingested
andtags
fields into APM indices making the Dataset Quality tests fail which rely on ingested field counts against set number of field limits. The PR addresses this by explicitly ingesting the fields beforehand.After the merge to main, the PR will be backported to
8.x
to unblock es-promotion.Example of docs on promoted ES vs current: