limitations.asciidoc 765 B

123456789101112131415161718192021222324
  1. [role="xpack"]
  2. [[watcher-limitations]]
  3. == Watcher limitations
  4. [subs="attributes"]
  5. ++++
  6. <titleabbrev>Limitations</titleabbrev>
  7. ++++
  8. [discrete]
  9. === Watches are not updated when file based scripts change
  10. When you refer to a file script in a watch, the watch itself is not updated
  11. if you change the script on the filesystem.
  12. Currently, the only way to reload a file script in a watch is to delete
  13. the watch and recreate it.
  14. [discrete]
  15. === Security integration
  16. When the {security-features} are enabled, a watch stores information about what
  17. the user who stored the watch is allowed to execute **at that time**. This means,
  18. if those permissions change over time, the watch will still be able to execute
  19. with the permissions that existed when the watch was created.