[ANNOUNCEMENT] - Elasticsearch Beyonder 9.0 released

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:

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

3 Likes