kibana/x-pack/plugins/alerts/server/routes
Yuliia Naumenko 37525f80a0
License checks for alerts plugin (#85649)
* [Alerts][License] Define minimum license required for each alert type (#84997)

* Define minimum license required for each alert type

* fixed typechecks

* fixed tests

* fixed tests

* fixed due to comments

* fixed due to comments

* removed file

* removed casting to LicenseType

* [Alerts][License] Add license checks to alerts HTTP APIs and execution (#85223)

* [Alerts][License] Add license checks to alerts HTTP APIs and execution

* fixed typechecks

* resolved conflicts

* resolved conflicts

* added router tests

* fixed typechecks

* added license check support for alert task running

* fixed typechecks

* added integration tests

* fixed due to comments

* fixed due to comments

* fixed tests

* fixed typechecks

* [Alerting UI][License] Disable alert types in UI when the license doesn't support it. (#85496)

* [Alerting UI][License] Disable alert types in UI when the license doesn't support it.

* fixed typechecks

* added licensing for alert list and details page

* fixed multy select menu

* fixed due to comments

* fixed due to comments

* fixed due to comments

* fixed typechecks

* fixed license error message

* fixed license error message

* fixed typechecks

* fixed license error message

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-14 19:29:39 -08:00
..
lib
_mock_handler_arguments.ts
aggregate.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
aggregate.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
create.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
create.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
delete.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
delete.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
disable.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
disable.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
enable.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
enable.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
find.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
find.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get_alert_instance_summary.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get_alert_instance_summary.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get_alert_state.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
get_alert_state.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
health.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
health.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
index.ts
list_alert_types.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
list_alert_types.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
mute_all.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
mute_all.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
mute_instance.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
mute_instance.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
unmute_all.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
unmute_all.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
unmute_instance.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
unmute_instance.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
update.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
update.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
update_api_key.test.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00
update_api_key.ts License checks for alerts plugin (#85649) 2020-12-14 19:29:39 -08:00