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.
[RAM] Slack api allowed channels (elastic#167150)
## Summary We add a lot of issue with our slack API by trying to fetch the channels, so we decided to only use channel ID and create an allowed list with channel IDs. Here the new design: # Connector Creation #### Creation new connector <img width="789" alt="image" src="https://github.com/elastic/kibana/assets/189600/058667a0-5c93-4647-9f72-999008c410de"> #### Editing new connector <img width="788" alt="image" src="https://github.com/elastic/kibana/assets/189600/be2bfcb4-6fdd-4036-82a2-e5d2d50933f6"> #### Editing old slack api connector <img width="788" alt="image" src="https://github.com/elastic/kibana/assets/189600/aae32391-c69d-4947-8f02-4207112e2588"> # Slack Action Form #### Creation of new slack api action in rule form <img width="582" alt="image" src="https://github.com/elastic/kibana/assets/189600/1389b6de-b549-44ff-88f6-f4cc9475198a"> #### Editing an old slack api action <img width="560" alt="image" src="https://github.com/elastic/kibana/assets/189600/a208ca97-1fe3-4301-9a2c-96807db846bf"> <img width="570" alt="image" src="https://github.com/elastic/kibana/assets/189600/9fe019e7-4833-480b-9149-49aa618f6d74"> ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Lisa Cawley <[email protected]>
- Loading branch information
Showing
25 changed files
with
1,151 additions
and
361 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
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.