kibana/x-pack/plugins/stack_alerts
Zacqary Adam Xeper 15277e187c
[Metrics UI] Fix alert preview accuracy with new Notify settings (#89939)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-11 15:04:03 -05:00
..
common GA Geo containment alerts. Remove Geo containment alert experimental config settings and refs (#90301) 2021-02-05 10:22:23 -07:00
public [Metrics UI] Fix alert preview accuracy with new Notify settings (#89939) 2021-02-11 15:04:03 -05:00
server [Alerting] Configurable number of hits for ES query alert (#90089) 2021-02-09 14:07:53 -05:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [Alerting] Search alert (#88528) 2021-01-29 07:45:00 -05:00
README.md
tsconfig.json [Alerting] Migrate Actions, Alerts, Stack Alerts and TriggersActionsUI plugins to TS project references (#88556) 2021-01-20 10:53:01 -08:00

stack_alerts plugin

This plugin provides alertTypes shipped with Kibana for use with the the alerts 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: