-
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
[DOCS] Add Opsgenie to run connector API #145311
Conversation
Documentation preview: |
Pinging @elastic/kibana-docs (Team:Docs) |
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.
Thanks for the changes, left a few comments
The api docs are here: https://docs.opsgenie.com/docs/alert-api#create-alert
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit caab55f)
Relates to #142776
This PR updates the run connector API to include details for the Opsgenie connector. It also fixes some minor linking and sorting issues in related docs.
The API details are gleaned from https://github.com/elastic/kibana/blob/main/x-pack/plugins/stack_connectors/server/connector_types/stack/opsgenie/schema.ts and https://github.com/elastic/kibana/blob/main/x-pack/plugins/stack_connectors/README.md