kibana/x-pack/plugins/stack_alerts
Tiago Costa edc8f9583b
chore(NA): bump version to 8.1.0 (#116429)
* chore(NA): bump version to 8.1.0

* chore(NA): update non supported plugins

* chore(NA): update non supported plugins

* chore(NA): skip failing tests

* chore(NA): update jest snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-27 21:24:48 +01:00
..
common [ES] Upgrade client to v8.0 (#113950) 2021-10-26 14:08:22 +02:00
public [ES] Upgrade client to v8.0 (#113950) 2021-10-26 14:08:22 +02:00
server [ES] Upgrade client to v8.0 (#113950) 2021-10-26 14:08:22 +02:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json chore(NA): bump version to 8.1.0 (#116429) 2021-10-27 21:24:48 +01:00
README.md Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
tsconfig.json [Transform] Transforms health alerting rule type (#112277) 2021-10-06 18:27:24 +02:00

stack_alerts plugin

This plugin provides alertTypes shipped with Kibana for use with the the alerting plugin. When enabled, it will register the alertTypes by the Stack in the alerting plugin, register associated HTTP routes, etc.

The plugin setup and start contracts for this plugin are the following type, which provides some runtime capabilities. Each built-in alertType will have it's own top-level property in the IService interface, if it needs to expose functionality.

export interface IService {
  indexThreshold: {
     timeSeriesQuery(params: TimeSeriesQueryParameters): Promise<TimeSeriesResult>;
  }
}

Each Stack AlertType is described in it's own README: