kibana/docs/user/alerting
Patrick Mueller 39427f5ed3
[Alerting] changes preconfigured actions config from array to object (#65397)
resolves https://github.com/elastic/kibana/issues/63171

Previously, preconfigured actions were specified as an array of action
properties.  This ended up being problematic when using the kibana keystore
for secrets, as you'd have to reference specific actions via index.

This changes preconfigured actions to be specified as an object, where the
property key is the id, and the body is the remainder of the action properties.

As access to preconfigured actions has leaked across the code base, it's
probably time to consider changing the internal representation from an array
to a Map, to provide easier access by action id.  For a future PR.
2020-05-07 15:12:01 -04:00
..
action-types [Alerting] changes preconfigured actions config from array to object (#65397) 2020-05-07 15:12:01 -04:00
images Extended alerting documentation with information about using Kibana keystore and action types for preconfigured connectors (#65201) 2020-05-06 18:19:15 -07:00
action-types.asciidoc Extended alerting documentation with information about using Kibana keystore and action types for preconfigured connectors (#65201) 2020-05-06 18:19:15 -07:00
alert-types.asciidoc
alerting-scale-performance.asciidoc
defining-alerts.asciidoc Updated alerting docs screenshots where necessary (#65354) 2020-05-06 11:33:55 -07:00
index.asciidoc Fix alerting documentation encryption key requirement (#63512) 2020-04-15 12:19:15 -04:00
pre-configured-connectors.asciidoc [Alerting] changes preconfigured actions config from array to object (#65397) 2020-05-07 15:12:01 -04:00