The xpack.actions.preconfigured kibana.yml configuration currently accepts an array of objects but doesn't make it easy to configure in YML. Using for example a collection, it would be more natural to configure like the following example:
xpack.actions.preconfigured:
- foo:
name: Foo
actionTypeId: .server-log
config:
param1: test
The
xpack.actions.preconfiguredkibana.yml configuration currently accepts an array of objects but doesn't make it easy to configure in YML. Using for example a collection, it would be more natural to configure like the following example: