Update Elasticsearch URLs in doc link service#219656
Conversation
|
Pinging @elastic/kibana-docs (Team:Docs) |
tonyghiani
left a comment
There was a problem hiding this comment.
Streams app change LGTM
davismcphee
left a comment
There was a problem hiding this comment.
Data Discovery change LGTM, just left a question.
| name: 'Search in frozen indices', | ||
| description: `Will include <a href=${docLinks.links.elasticsearch.frozenIndices} | ||
| target="_blank" rel="noopener">frozen indices</a> in results if enabled. Searching through frozen indices | ||
| description: `Will include frozen indices in results if enabled. Searching through frozen indices |
There was a problem hiding this comment.
I think this will be removed soon anyway, but I'm guessing we wouldn't want to keep a link to the old docs until then, would we?
There was a problem hiding this comment.
Correct, if we need to keep a URL we'd have to point it to one of the V8 doc pages.
There was a problem hiding this comment.
Thanks for confirming. I think we're good to remove it since we don't want to promote it, and the setting is going away soon anyway. cc @lukasolson for awareness just in case you have thoughts.
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/14887837774 |
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Async chunks
Page load bundle
History
|
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co> (cherry picked from commit 2ae8406)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
# Backport This will backport the following commits from `main` to `9.0`: - [Update Elasticsearch URLs in doc link service (#219656)](#219656) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-05-07T15:57:18Z","message":"Update Elasticsearch URLs in doc link service (#219656)\n\nCo-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>","sha":"2ae840624e724c91061ea7e8e0f67efbcc28cf78","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport:version","v9.1.0","v9.0.1"],"title":"Update Elasticsearch URLs in doc link service","number":219656,"url":"https://github.com/elastic/kibana/pull/219656","mergeCommit":{"message":"Update Elasticsearch URLs in doc link service (#219656)\n\nCo-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>","sha":"2ae840624e724c91061ea7e8e0f67efbcc28cf78"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219656","number":219656,"mergeCommit":{"message":"Update Elasticsearch URLs in doc link service (#219656)\n\nCo-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>","sha":"2ae840624e724c91061ea7e8e0f67efbcc28cf78"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
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 * 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" />
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)
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)
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)
# 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>
# 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>
Summary
Relates to #217722
This PR:
elasticsearch,aggs,snapshotRestore,query,plugins,watcher,cloud,ccs,ecs,searchUI,rollupJobs,server,synonyms,queryRules,serverlessSearch, andsearchsections of the Kibana doc link service.frozenIndicesdoc link since I couldn't find a valid replacement in the new docs.index_details_page.test.tsxChecklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesIdentify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.