forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Connectors] Adapt Connectors UI for agentless (elastic#202179)
## Summary Couple of changes to support Elastic-managed connectors in 9.x ### Video overview https://github.com/user-attachments/assets/086ae96a-0520-483e-b055-5e672b3f65f5 ### List of changes 1. Elatic-managed connectors now enforce `content-` prefix <img width="400" alt="Screenshot 2024-11-28 at 14 55 27" src="https://github.com/user-attachments/assets/aa7f6d6d-39af-42ad-b5f1-5455e37006df"> 2. Banner about not attached index changed to warning (yellow) instead of danger (red) - as this is not an error state <img width="400" alt="Screenshot 2024-11-28 at 14 54 48" src="https://github.com/user-attachments/assets/00d5c332-0366-4420-8934-32404b4fb1c3"> 3. Get rid of native connector API keys from UI - as they won't work anyway without ent-search node <img width="400" alt="Screenshot 2024-11-28 at 14 56 22" src="https://github.com/user-attachments/assets/6fcea6b4-0559-4419-83d6-4a9db9a71c88"> 4. Index name generation for native connectors, `content-` is always added as prefix for native <img width="400" alt="Screenshot 2024-11-28 at 14 57 01" src="https://github.com/user-attachments/assets/c17ccc35-1d91-4666-8db5-b796685c928e"> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] 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. - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
78cc659
commit cb7e47d
Showing
13 changed files
with
173 additions
and
100 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.