kibana/x-pack/plugins/stack_alerts
Kibana Machine 28751134d3
[Transform] Transforms health alerting rule type (#112277) (#114142)
Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
2021-10-06 15:00:51 -04:00
..
common
public [7.x][DX] Upgrade prettier to v2.4.0 (#112359) (#112524) 2021-09-19 22:34:46 -07:00
server [Transform] Transforms health alerting rule type (#112277) (#114142) 2021-10-06 15:00:51 -04:00
jest.config.js
kibana.json
README.md
tsconfig.json [Transform] Transforms health alerting rule type (#112277) (#114142) 2021-10-06 15:00:51 -04: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: