The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-9.0 release!
Elasticsearch beyonder provides automatic index, mapping, alias, template creation,
index lifecycle policies and data when an elasticsearch client starts.
Main changes in this version:
- Update to Java 17 Issue: 362. Thanks to @dadoonet.
- Update to Elasticsearch 9.0.0 Issue: 361, 356. Thanks to @dadoonet.
- Community section added in Readme Issue: 363. Thanks to @fbaligand.
Usage
<dependency>
<groupId>fr.pilato.elasticsearch</groupId>
<artifactId>elasticsearch-beyonder</artifactId>
<version>9.0</version>
</dependency>
Add to your project:
RestClient client = RestClient.builder(HttpHost.create("https://localhost:9200")).build();
ElasticsearchBeyonder.start(client);
For a manual installation, you can download the elasticsearch-beyonder-9.0 here:
Have fun!
-Elasticsearch Beyonder team