Use new enterpriseSearch URLs in link service#219290
Merged
lcawl merged 9 commits intoelastic:mainfrom Apr 28, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-docs (Team:Docs) |
12 tasks
wajihaparvez
approved these changes
Apr 25, 2025
leemthompo
approved these changes
Apr 28, 2025
Contributor
leemthompo
left a comment
There was a problem hiding this comment.
LGTM with one tweak :)
leemthompo
reviewed
Apr 28, 2025
src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
|
Contributor
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/14714503947 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
lcawl
added a commit
to lcawl/kibana
that referenced
this pull request
Apr 28, 2025
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> (cherry picked from commit ee065c5)
lcawl
added a commit
that referenced
this pull request
Apr 29, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Use new enterpriseSearch URLs in link service (#219290)](#219290) <!--- 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-04-28T17:57:33Z","message":"Use new enterpriseSearch URLs in link service (#219290)\n\n\nCo-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>","sha":"ee065c526081c2bf14dd7778da6b5f7332030b82","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":"Use new enterpriseSearch URLs in link service","number":219290,"url":"https://github.com/elastic/kibana/pull/219290","mergeCommit":{"message":"Use new enterpriseSearch URLs in link service (#219290)\n\n\nCo-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>","sha":"ee065c526081c2bf14dd7778da6b5f7332030b82"}},"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/219290","number":219290,"mergeCommit":{"message":"Use new enterpriseSearch URLs in link service (#219290)\n\n\nCo-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>","sha":"ee065c526081c2bf14dd7778da6b5f7332030b82"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
akowalska622
pushed a commit
to akowalska622/kibana
that referenced
this pull request
May 29, 2025
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
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.
Summary
Relates to #217722
This PR updates the URLs in the enterpriseSearch section of the Kibana doc link service.
Quite a few of these URLs are unchanged and I believe this is related to the discontinuation of some of those products. The doc links are still referenced (e.g. from https://github.com/elastic/kibana/blob/main/x-pack/solutions/search/plugins/enterprise_search/public/applications/shared/doc_links/doc_links.ts), however, so I don't think we can remove them yet.
Checklist
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.