-
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
Fix default Elasticsearch host typo #165239
Conversation
...public/applications/enterprise_search_content/components/search_index/connector/constants.ts
Outdated
Show resolved
Hide resolved
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!
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
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 :)
For future reference, you shouldn't be touching the various |
## Summary This PR fixes a typo for a default Elasticsearch host (cherry picked from commit 5a30e4d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.10`: - [Fix default Elasticsearch host typo (#165239)](#165239) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dmitriy Burlutskiy","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-31T12:16:55Z","message":"Fix default Elasticsearch host typo (#165239)\n\n## Summary\r\n\r\nThis PR fixes a typo for a default Elasticsearch host","sha":"5a30e4d5cc7e765bee81a581a4f8e2626939a104","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.10.0","v8.11.0"],"number":165239,"url":"https://github.com/elastic/kibana/pull/165239","mergeCommit":{"message":"Fix default Elasticsearch host typo (#165239)\n\n## Summary\r\n\r\nThis PR fixes a typo for a default Elasticsearch host","sha":"5a30e4d5cc7e765bee81a581a4f8e2626939a104"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165239","number":165239,"mergeCommit":{"message":"Fix default Elasticsearch host typo (#165239)\n\n## Summary\r\n\r\nThis PR fixes a typo for a default Elasticsearch host","sha":"5a30e4d5cc7e765bee81a581a4f8e2626939a104"}}]}] BACKPORT--> Co-authored-by: Dmitriy Burlutskiy <[email protected]>
Summary
This PR just fixes a typo for a default Elasticsearch host