kibana/x-pack/plugins/actions/server
Patrick Mueller cc6a64514d
[alerting][actions] add task scheduled date and delay to event log - 2 (#103172)
resolves #98634

This adds a new object property to the event log kibana object named
task, with two properties to track the time the task was scheduled to
run, and the delay between when it was supposed to run and when it
actually started. This task property is only added to the appropriate
events.

	task: schema.maybe(
	  schema.object({
	    scheduled: ecsDate(),
	    schedule_delay: ecsNumber(),
	  })
	),

Note that these changes were previously merged to master in https://github.com/elastic/kibana/pull/102252 which had to be reverted - this PR contains the same commits, plus some additional ones to resolve the tests that were broken during the bad merge.
2021-06-24 10:06:01 -04:00
..
authorization [sec/actions] move constants to a separate file to avoid circular deps (#99439) 2021-05-06 06:54:20 -07:00
builtin_action_types [Security Solution] [Cases] Swimlane Connector for Cases (#100086) 2021-06-23 22:14:43 +03:00
cleanup_failed_executions
constants [Alerting] Add event log entry when an action starts executing (#102370) 2021-06-22 16:01:43 -04:00
lib [alerting][actions] add task scheduled date and delay to event log - 2 (#103172) 2021-06-24 10:06:01 -04:00
manual_tests
preconfigured_connectors/alert_history_es_index Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) 2021-06-08 15:06:06 +02:00
routes [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
saved_objects [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
usage [Security Solution] [Cases] Swimlane Connector for Cases (#100086) 2021-06-23 22:14:43 +03:00
action_type_registry.mock.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
action_type_registry.test.ts
action_type_registry.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
actions_client.mock.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
actions_client.test.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
actions_client.ts [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
actions_config.mock.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
actions_config.test.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
actions_config.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
config.test.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
config.ts [Actions] Rename tls.* configs to ssl.* (#102902) 2021-06-23 14:37:31 -04:00
create_execute_function.test.ts [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
create_execute_function.ts [actions] add rule saved object reference to action execution event log doc (#101526) 2021-06-22 15:18:35 -04:00
feature.ts [sec/actions] move constants to a separate file to avoid circular deps (#99439) 2021-05-06 06:54:20 -07:00
index.ts [Security Solution] [Cases] Swimlane Connector for Cases (#100086) 2021-06-23 22:14:43 +03:00
mocks.ts
plugin.test.ts
plugin.ts [sec/actions] move constants to a separate file to avoid circular deps (#99439) 2021-05-06 06:54:20 -07:00
types.ts [Security Solution] [Cases] Swimlane Connector for Cases (#100086) 2021-06-23 22:14:43 +03:00