Skip to content

Commit 4790910

Browse files
authored
Adding a known issue for watcher during upgrade (#127834)
1 parent 044f856 commit 4790910

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/known-issues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ This issue will be fixed in a future patch release (see [PR #126990](https://git
2727
```
2828
2929
For information about editing your JVM settings, refer to [JVM settings](https://www.elastic.co/docs/reference/elasticsearch/jvm-settings).
30+
31+
* Users upgrading from an Elasticsearch cluster that had previously been on a version between 7.10.0 and 7.12.1 may see that Watcher will not start on 9.x. The solution is to run the following commands in Kibana Dev Tools (or the equivalent using curl):
32+
```
33+
DELETE _index_template/.triggered_watches
34+
DELETE _index_template/.watches
35+
POST /_watcher/_start
36+
```

0 commit comments

Comments
 (0)