kibana/x-pack/plugins/actions/server/routes
Patrick Mueller 86fb2cc90e
[actions] add rule saved object reference to action execution event log doc (#101526)
resolves https://github.com/elastic/kibana/issues/99225

Prior to this PR, when an alerting connection action was executed, the event 
log document generated did not contain a reference to the originating rule. 
This makes it difficult to diagnose problems with connector errors, since 
the error is often in the parameters specified in the actions in the alert.

In this PR, a reference to the alerting rule is added to the saved_objects 
field in the event document for these events.
2021-06-22 15:18:35 -04:00
..
legacy [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
connector_types.test.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
connector_types.ts [Connectors UI] Make UI use new connector APIs (#94180) 2021-03-16 12:59:46 -07:00
create.test.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
create.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
delete.test.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
delete.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
execute.test.ts [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
execute.ts [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
get.test.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
get.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
get_all.test.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
get_all.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
index.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
update.test.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
update.ts [Connectors][API] Updated connectors with isMissingSecrets flag (#98223) 2021-04-27 14:14:01 -07:00
verify_access_and_context.test.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00
verify_access_and_context.ts [Alerting] adds Connectors APIs and deprecates old Actions APIs as per the new Alerting terminology (#92451) 2021-03-05 06:49:06 -05:00