Update alias.asciidoc - remove_index#118553
Conversation
|
💚 CLA has been signed |
|
Documentation preview: |
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
|
@elasticmachine test this please |
|
There's a few things we'll need to do on this one @mimol91. First can you rebase this on main and update the PR. And then also because of how the documentation testing works we either need to break this change out (so that in the test it's not deleting the index) or probably the easiest thing to do is to move the new section to the bottom of that page of the documentation so that the last thing to happen is the index gets deleted. I believe that will make the CI happy (at least worth a shot). |
|
@elasticmachine test this please |
|
I cannot see CI result. |
|
@elasticmachine test this please |
|
Let me rerun CI and take a look myself and see if I can help; I'll try to do that today if I can find some time |
|
ok was able to determine the problem. The index in your docs update is a protected index name. We just need to change all references in your addition to a different index name something like |
Add section about removing index
|
Thanks for guiding me |
|
@elasticmachine test this please |
|
@elasticmachine test this please |
|
@elasticmachine update branch |
|
@elasticmachine test this please |
Add section about removing index
Add section about removing index
Add section about removing index Co-authored-by: Adam Szaraniec <szaraniec.adam@gmail.com>
Update Alias Doc to add remove_index