原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/input.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/input.html
本地英文版地址: ../en/input.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Inputsedit
When a watch is triggered, its input loads data into the execution context. This payload is accessible during the subsequent watch execution phases. For example, you can base a watch’s condition on the data loaded by its input.
Watcher supports four input types:
If you don’t define an input for a watch, an empty payload is loaded into the execution context.