f6c17bd802
An alert may have multiple actions associated with it, but each action may need to have different view of the data. For example, the email may need a certain model for its templates while the index or webhook actions may need a completely different data structure. Until now, there's only an option to defina a single `transform` on the alert level that would have applied to all actions. This commit adds the ability to associate a transform with each action. We still keep the tranform on the alert level (in case all actions need the same transformation, in which case we'd like to avoid repetition). Original commit: elastic/x-pack-elasticsearch@5493a2179b |
||
---|---|---|
.. | ||
main | ||
test |