When using elasticsearch 6.3.1 in combination with Kibana. (Elastic cloud instance)
It is not possible to create watches. I always get this error
How can I get around this?
Rgds,
Wim
When using elasticsearch 6.3.1 in combination with Kibana. (Elastic cloud instance)
It is not possible to create watches. I always get this error
How can I get around this?
Rgds,
Wim
Hey
can you check your index templates using kibana, if there is a template named watches
GET _template/watches
if so, does this template contain a type named watch
? I suppose this is somehow a leftover of a not completely finished upgrade. I'd like to propose a few steps here to make sure everything works
DELETE _template/watches
DELETE _template/triggered_watches
.triggered_watches
index (no worries it will be recreated, when watches execute)Now try to create your watch and see if it works. If not, please report back and we'll go from there.
Hope this helps!
--Alex
Hi, indeed, I can now create new watches. Thanks a lot.
Wim
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.