Skip to content

Update Elasticsearch URLs in doc link service#219656

Merged
lcawl merged 14 commits intoelastic:mainfrom
lcawl:es-links
May 7, 2025
Merged

Update Elasticsearch URLs in doc link service#219656
lcawl merged 14 commits intoelastic:mainfrom
lcawl:es-links

Conversation

@lcawl
Copy link
Contributor

@lcawl lcawl commented Apr 30, 2025

Summary

Relates to #217722

This PR:

  • updates the URLs in the elasticsearch, aggs, snapshotRestore, query, plugins, watcher, cloud, ccs, ecs, searchUI, rollupJobs, server, synonyms, queryRules, serverlessSearch, and search sections of the Kibana doc link service.
  • removes the usage of the frozenIndices doc link since I couldn't find a valid replacement in the new docs.
  • updates two places where an app was creating a URL by concatenating strings and added a new entry in the doc link service for those contexts.
  • fixes a jest test in index_details_page.test.tsx

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines

Identify 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.

@lcawl lcawl added Team:Docs release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels v9.1.0 v9.0.1 labels Apr 30, 2025
@lcawl lcawl marked this pull request as ready for review April 30, 2025 03:29
@lcawl lcawl requested review from a team as code owners April 30, 2025 03:29
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-docs (Team:Docs)

Copy link
Contributor

@tonyghiani tonyghiani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Streams app change LGTM

Copy link
Contributor

@leemthompo leemthompo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🙏

@lcawl lcawl marked this pull request as draft April 30, 2025 14:37
@lcawl lcawl marked this pull request as ready for review April 30, 2025 14:45
Copy link
Contributor

@davismcphee davismcphee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, if we need to keep a URL we'd have to point it to one of the V8 doc pages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@jloleysens jloleysens requested a review from a team as a code owner May 1, 2025 14:24
@prodsecmachine
Copy link
Collaborator

prodsecmachine commented May 1, 2025

🎉 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)

@lcawl lcawl enabled auto-merge (squash) May 5, 2025 19:07
@lcawl lcawl merged commit 2ae8406 into elastic:main May 7, 2025
9 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.0

https://github.com/elastic/kibana/actions/runs/14887837774

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #68 / serverless security UI navigation navigate using search

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiAssistantManagementSelection 69.7KB 74.1KB +4.4KB
lists 116.4KB 120.8KB +4.4KB
streamsApp 416.4KB 416.4KB -21.0B
total +8.8KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
core 432.7KB 437.1KB +4.4KB

History

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
9.0 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.0:
- Audit Logs Levels - Obs Ux Logs Team (#218413)
- [DOCS] Fix URLs in Kibana API documentation (#215989)
- [Breadcrumbs] Hide "deployment" in breadcrumb when on-prem (#220110)

Manual backport

To create the backport manually run:

node scripts/backport --pr 219656

Questions ?

Please refer to the Backport tool documentation

@lcawl lcawl deleted the es-links branch May 7, 2025 23:49
lcawl added a commit to lcawl/kibana that referenced this pull request May 7, 2025
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
(cherry picked from commit 2ae8406)
@lcawl
Copy link
Contributor Author

lcawl commented May 7, 2025

💚 All backports created successfully

Status Branch Result
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label May 9, 2025
@kibanamachine
Copy link
Contributor

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.
cc: @lcawl

lcawl added a commit that referenced this pull request May 9, 2025
# 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>
@kibanamachine kibanamachine added v9.0.2 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels May 9, 2025
akowalska622 pushed a commit to akowalska622/kibana that referenced this pull request May 29, 2025
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
qn895 pushed a commit to qn895/kibana that referenced this pull request Jun 3, 2025
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
SoniaSanzV added a commit that referenced this pull request Oct 27, 2025
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"
/>
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)
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:Docs v9.0.1 v9.0.2 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.