Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Support incoming Preconfigured Endpoints (elastic#203473) (elas…
…tic#203690) # Backport This will backport the following commits from `main` to `8.x`: - [Support incoming Preconfigured Endpoints (elastic#203473)](elastic#203473) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Samiul Monir","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-10T21:09:31Z","message":"Support incoming Preconfigured Endpoints (elastic#203473)\n\n## Summary\r\n\r\nCurrently, the FTR tests are written to expect only two preconfigured\r\nendpoints. However, there might be more incoming, and this PR\r\ngeneralizes these tests so they do not depend on the number of\r\npreconfigured endpoints in the future.\r\n\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [X] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n- [X] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5c9ed7bb8652807e11ab6eac2979b61fa239b2c","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:Search","ci:build-serverless-image","backport:version","v8.18.0"],"title":"Support incoming Preconfigured Endpoints","number":203473,"url":"https://github.com/elastic/kibana/pull/203473","mergeCommit":{"message":"Support incoming Preconfigured Endpoints (elastic#203473)\n\n## Summary\r\n\r\nCurrently, the FTR tests are written to expect only two preconfigured\r\nendpoints. However, there might be more incoming, and this PR\r\ngeneralizes these tests so they do not depend on the number of\r\npreconfigured endpoints in the future.\r\n\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [X] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n- [X] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5c9ed7bb8652807e11ab6eac2979b61fa239b2c"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203473","number":203473,"mergeCommit":{"message":"Support incoming Preconfigured Endpoints (elastic#203473)\n\n## Summary\r\n\r\nCurrently, the FTR tests are written to expect only two preconfigured\r\nendpoints. However, there might be more incoming, and this PR\r\ngeneralizes these tests so they do not depend on the number of\r\npreconfigured endpoints in the future.\r\n\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [X] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n- [X] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5c9ed7bb8652807e11ab6eac2979b61fa239b2c"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Samiul Monir <[email protected]>
- Loading branch information