-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content #202838
[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content #202838
Conversation
ab548a6
to
8c03de0
Compare
b487880
to
c985f85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x-pack/test/functional/config.base.js
changes LGTM
c985f85
to
240a133
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reviewed src/plugins/navigation/common/constants.ts
under SharedUX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codeowner changes lgtm
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ch for elasticsearch->content (elastic#202838) This PR resolves this [issue](elastic/search-team#7961). In this PR, we changed the following Urls by replacing 'enterprise_search' with 'elasticsearch'. | Old URL | New URL | | :------------------------------------- | :------------------------------------- | | app/enterprise_search/overview | app/elasticsearch/overview | | app/enterprise_search/content/search_indices | app/elasticsearch/content/search_indices | | app/enterprise_search/content/connectors | app/elasticsearch/content/connectors | | app/enterprise_search/content/crawlers | app/elasticsearch/content/crawlers | --------- Co-authored-by: Elastic Machine <[email protected]>
…icsearch for elasticsearch->content (#202838) (#203890) # Backport This will backport the following commits from `main` to `8.x`: - [[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content (#202838)](#202838) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Saikat Sarkar","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-11T05:30:55Z","message":"[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content (#202838)\n\nThis PR resolves this\r\n[issue](elastic/search-team#7961). In this PR,\r\nwe changed the following Urls by replacing 'enterprise_search' with\r\n'elasticsearch'.\r\n\r\n| Old URL | New URL |\r\n| :------------------------------------- |\r\n:------------------------------------- |\r\n| app/enterprise_search/overview | app/elasticsearch/overview | \r\n| app/enterprise_search/content/search_indices |\r\napp/elasticsearch/content/search_indices |\r\n| app/enterprise_search/content/connectors |\r\napp/elasticsearch/content/connectors |\r\n| app/enterprise_search/content/crawlers |\r\napp/elasticsearch/content/crawlers |\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"c5e8b7e72293d3fc6e39e603045b42afdfba8cc6","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:EnterpriseSearch","backport:prev-minor","v8.18.0"],"number":202838,"url":"https://github.com/elastic/kibana/pull/202838","mergeCommit":{"message":"[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content (#202838)\n\nThis PR resolves this\r\n[issue](elastic/search-team#7961). In this PR,\r\nwe changed the following Urls by replacing 'enterprise_search' with\r\n'elasticsearch'.\r\n\r\n| Old URL | New URL |\r\n| :------------------------------------- |\r\n:------------------------------------- |\r\n| app/enterprise_search/overview | app/elasticsearch/overview | \r\n| app/enterprise_search/content/search_indices |\r\napp/elasticsearch/content/search_indices |\r\n| app/enterprise_search/content/connectors |\r\napp/elasticsearch/content/connectors |\r\n| app/enterprise_search/content/crawlers |\r\napp/elasticsearch/content/crawlers |\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"c5e8b7e72293d3fc6e39e603045b42afdfba8cc6"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202838","number":202838,"mergeCommit":{"message":"[Ent Search Deprecation] Update enterprise_search URLs to elasticsearch for elasticsearch->content (#202838)\n\nThis PR resolves this\r\n[issue](elastic/search-team#7961). In this PR,\r\nwe changed the following Urls by replacing 'enterprise_search' with\r\n'elasticsearch'.\r\n\r\n| Old URL | New URL |\r\n| :------------------------------------- |\r\n:------------------------------------- |\r\n| app/enterprise_search/overview | app/elasticsearch/overview | \r\n| app/enterprise_search/content/search_indices |\r\napp/elasticsearch/content/search_indices |\r\n| app/enterprise_search/content/connectors |\r\napp/elasticsearch/content/connectors |\r\n| app/enterprise_search/content/crawlers |\r\napp/elasticsearch/content/crawlers |\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"c5e8b7e72293d3fc6e39e603045b42afdfba8cc6"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
This PR resolves this issue. In this PR, we changed the following Urls by replacing 'enterprise_search' with 'elasticsearch'.