elasticsearch/docs/reference/watcher/limitations.asciidoc
James Rodewig 255c9a7f95
[DOCS] Move x-pack docs to docs/reference dir (#99209)
**Problem:**
For historical reasons, source files for the Elasticsearch Guide's security, watcher, and Logstash API docs are housed in the `x-pack/docs` directory. This can confuse new contributors who expect Elasticsearch Guide docs to be located in `docs/reference`. 

**Solution:**
- Move the security, watcher, and Logstash API doc source files to the `docs/reference` directory
- Update doc snippet tests to use security

Rel: https://github.com/elastic/platform-docs-team/issues/208
2023-09-12 14:53:41 -04:00

24 lines
767 B
Text

[role="xpack"]
[[watcher-limitations]]
== {watcher} limitations
[subs="attributes"]
++++
<titleabbrev>Limitations</titleabbrev>
++++
[discrete]
=== Watches are not updated when file based scripts change
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.
[discrete]
=== Security integration
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.