The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-7.13.1 release!
Elasticsearch Beyonder
Elasticsearch beyonder provides automatic index, mapping, alias or template creation
when an elasticsearch client starts.
Usage
Add this library to you project:
<dependency>
<groupId>fr.pilato.elasticsearch</groupId>
<artifactId>elasticsearch-beyonder</artifactId>
<version>7.13.1</version>
</dependency>
New features
- #176: Add support for aliases . Thanks to dadoonet.
Changes
-
#175: Move templates dir to
_templates
. Thanks to dadoonet. - #172: Bump elasticsearch.version from 7.13.1 to 7.13.2 . Thanks to dependabot[bot].
- #171: No need to delete templates before updating them . Thanks to dadoonet.
-
#170: Rename
_pipeline
directory to_pipelines
. Thanks to dadoonet. - #169: Bump commons-io from 2.9.0 to 2.10.0 . Thanks to dependabot[bot].
Removed
-
#174: Remove the
merge
option . Thanks to dadoonet.
For a manual installation, you can download the elasticsearch-beyonder-7.13.1 here.
Have fun!
-Elasticsearch Beyonder team