[Index Management] Fix mappings docs links#240028
Merged
SoniaSanzV merged 2 commits intoelastic:mainfrom Oct 27, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
leemthompo
approved these changes
Oct 22, 2025
Contributor
leemthompo
left a comment
There was a problem hiding this comment.
Tested locally and LGTM!
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
History
cc @SoniaSanzV |
ElenaStoeva
approved these changes
Oct 27, 2025
Contributor
ElenaStoeva
left a comment
There was a problem hiding this comment.
Changes lgtm, tested locally
Contributor
|
Starting backport for target branches: 9.0, 9.1, 9.2 https://github.com/elastic/kibana/actions/runs/18845246215 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 27, 2025
Fixes elastic#222270 ## Summary It seems that elastic#219656 caused a regression in the mapping types documentation links. I've updated them to point to: `https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}` ### How to test * Navigate to Index Mapping (it doesn't matter if you test it in serverless or not) * Create a new index * Got to the mappings tab * Select some mapping type and verify that the documentation link redirect to a valid url * Save some mapping and click edit. Verify that the documentation link in the flyout also redirects to a valid url <img width="764" height="290" alt="Screenshot 2025-10-22 at 10 57 32" src="https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0" /> <img width="1044" height="323" alt="Screenshot 2025-10-22 at 10 57 41" src="https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb" /> (cherry picked from commit de37192)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 27, 2025
Fixes elastic#222270 ## Summary It seems that elastic#219656 caused a regression in the mapping types documentation links. I've updated them to point to: `https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}` ### How to test * Navigate to Index Mapping (it doesn't matter if you test it in serverless or not) * Create a new index * Got to the mappings tab * Select some mapping type and verify that the documentation link redirect to a valid url * Save some mapping and click edit. Verify that the documentation link in the flyout also redirects to a valid url <img width="764" height="290" alt="Screenshot 2025-10-22 at 10 57 32" src="https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0" /> <img width="1044" height="323" alt="Screenshot 2025-10-22 at 10 57 41" src="https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb" /> (cherry picked from commit de37192)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 27, 2025
Fixes elastic#222270 ## Summary It seems that elastic#219656 caused a regression in the mapping types documentation links. I've updated them to point to: `https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}` ### How to test * Navigate to Index Mapping (it doesn't matter if you test it in serverless or not) * Create a new index * Got to the mappings tab * Select some mapping type and verify that the documentation link redirect to a valid url * Save some mapping and click edit. Verify that the documentation link in the flyout also redirects to a valid url <img width="764" height="290" alt="Screenshot 2025-10-22 at 10 57 32" src="https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0" /> <img width="1044" height="323" alt="Screenshot 2025-10-22 at 10 57 41" src="https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb" /> (cherry picked from commit de37192)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Oct 27, 2025
# Backport This will backport the following commits from `main` to `9.1`: - [[Index Management] Fix mappings docs links (#240028)](#240028) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Sonia Sanz Vivas","email":"sonia.sanzvivas@elastic.co"},"sourceCommit":{"committedDate":"2025-10-27T14:50:57Z","message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:version","v9.1.3","v9.3.0","v9.0.9","v9.2.1"],"title":"[Index Management] Fix mappings docs links","number":240028,"url":"https://github.com/elastic/kibana/pull/240028","mergeCommit":{"message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.0","9.2"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240028","number":240028,"mergeCommit":{"message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf"}},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Sonia Sanz Vivas <sonia.sanzvivas@elastic.co>
kibanamachine
added a commit
that referenced
this pull request
Oct 27, 2025
# Backport This will backport the following commits from `main` to `9.2`: - [[Index Management] Fix mappings docs links (#240028)](#240028) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Sonia Sanz Vivas","email":"sonia.sanzvivas@elastic.co"},"sourceCommit":{"committedDate":"2025-10-27T14:50:57Z","message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:version","v9.1.3","v9.3.0","v9.0.9","v9.2.1"],"title":"[Index Management] Fix mappings docs links","number":240028,"url":"https://github.com/elastic/kibana/pull/240028","mergeCommit":{"message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.0","9.2"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240028","number":240028,"mergeCommit":{"message":"[Index Management] Fix mappings docs links (#240028)\n\nFixes https://github.com/elastic/kibana/issues/222270\n\n## Summary\nIt seems that #219656 caused a\nregression in the mapping types documentation links. I've updated them\nto point to:\n\n`https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}`\n\n### How to test\n* Navigate to Index Mapping (it doesn't matter if you test it in\nserverless or not)\n* Create a new index\n* Got to the mappings tab\n* Select some mapping type and verify that the documentation link\nredirect to a valid url\n* Save some mapping and click edit. Verify that the documentation link\nin the flyout also redirects to a valid url\n<img width=\"764\" height=\"290\" alt=\"Screenshot 2025-10-22 at 10 57 32\"\nsrc=\"https://github.com/user-attachments/assets/bf87cbcd-49e5-4c3c-8715-a809aca2baa0\"\n/>\n\n<img width=\"1044\" height=\"323\" alt=\"Screenshot 2025-10-22 at 10 57 41\"\nsrc=\"https://github.com/user-attachments/assets/ff0f3ea9-628a-4632-90de-a0dfc0021beb\"\n/>","sha":"de37192ae03871f7152ce8dca09f55871a8a03bf"}},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Sonia Sanz Vivas <sonia.sanzvivas@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #222270
Summary
It seems that #219656 caused a regression in the mapping types documentation links. I've updated them to point to:
https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/{field-data-type}How to test