mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
The watch index action was using the _timestamp field by default. This functionality now needs to be configured explicitely for a special field that is part of that document which is going to be indexed. Relates elastic/elasticsearchelastic/elasticsearch#18980 Original commit: elastic/x-pack-elasticsearch@dfa4cf2296
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.