mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 16:35:45 +00:00
The DataAttachmentsTests used the default line separator for checking JSON syntax and indendation. This is not working anymore due to elastic/elasticsearchelastic/elasticsearch#13816 and thus fails on windows. This commit just uses `\n` everywhere as Elasticsearch does as well. Closes elastic/elasticsearch#728 Original commit: elastic/x-pack-elasticsearch@dce572e272
= 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.