-
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
[UA] Remove unnecessary index block settings #208222
Conversation
Pinging @elastic/kibana-core (Team:Core) |
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.
Confirmed the default behavior from reviewing the code in es.
LGTM
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
History
cc @afharo |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/13019437702 |
(cherry picked from commit 37eca30)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[UA] Remove unnecessary index block settings (#208222)](#208222) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2025-01-28T20:59:45Z","message":"[UA] Remove unnecessary index block settings (#208222)","sha":"37eca30f85553e1a7012b38112195e886112af32","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[UA] Remove unnecessary index block settings","number":208222,"url":"https://github.com/elastic/kibana/pull/208222","mergeCommit":{"message":"[UA] Remove unnecessary index block settings (#208222)","sha":"37eca30f85553e1a7012b38112195e886112af32"}},"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/208222","number":208222,"mergeCommit":{"message":"[UA] Remove unnecessary index block settings (#208222)","sha":"37eca30f85553e1a7012b38112195e886112af32"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
Summary
Follow up to #207114
The
_create_from
API now removes theindex.block
settings by default. We don't need to unset them anymore.Checklist