-
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
[Actions] Ability to test executing an action from UI #49372
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
FYI, we're testing alert triggers in Metrics Alerts : #67684 |
A note that these executions should probably be audit logged as well. |
I'm thinking a new API would be needed for this. The API would take We can consider splitting the issue and defer |
From #134380 cc @mcpate
|
Setting up an action may involve configuring a variety of parameters including credentials, notification channels, and message formatting.
To have confidence that an action has been setup correctly, it will help to have a way to execute the action with sample/test data.
Configuring aspects of an action like the message body and message markdown formatting can be iterative, so the test should be quick and easy to perform. Ideally any missing data can be automatically filled.
From discussion with the team here's a proposal for how this would work:
Test button when creating an alert
Test button when creating a connector(moved to #75467)The text was updated successfully, but these errors were encountered: