原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/watcher-limitations.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/watcher-limitations.html
本地英文版地址: ../en/watcher-limitations.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Watcher limitationsedit
Watches are not updated when file based scripts changeedit
When you refer to a file script in a watch, the watch itself is not updated if you change the script on the filesystem.
Currently, the only way to reload a file script in a watch is to delete the watch and recreate it.
Security integrationedit
When the security features are enabled, a watch stores information about what the user who stored the watch is allowed to execute at that time. This means, if those permissions change over time, the watch will still be able to execute with the permissions that existed when the watch was created.