kibana/x-pack/plugins/stack_alerts
Aaron Caldwell 982639fc2a
[Maps] Fix threshold alert issue resolving nested fields (#83577)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-17 17:47:58 -07:00
..
common [Alerting] Moves the Index & Geo Threshold UIs into the Stack Alerts Public Plugin (#82951) 2020-11-12 16:39:40 +00:00
public [Alerting] Moves the Index & Geo Threshold UIs into the Stack Alerts Public Plugin (#82951) 2020-11-12 16:39:40 +00:00
server [Maps] Fix threshold alert issue resolving nested fields (#83577) 2020-11-17 17:47:58 -07:00
kibana.json [Alerting] Moves the Index & Geo Threshold UIs into the Stack Alerts Public Plugin (#82951) 2020-11-12 16:39:40 +00:00
README.md

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: