The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-8.17 release!
Elasticsearch Beyonder
Elasticsearch beyonder provides automatic index, mapping, alias, template creation, index lifecycle policies and data when an elasticsearch client starts.
Usage
Add this library to your project:
<dependency>
<groupId>fr.pilato.elasticsearch</groupId>
<artifactId>elasticsearch-beyonder</artifactId>
<version>8.17</version>
</dependency>
New features
- #355: Manage rollover and date maths indices like
<logstash-{now/d-2d}-000001>
- #346: Add support for bulk of initial dataset
Changes
- #352: Bump Elasticsearch to 8.17.3
- #331: Switch to TestContainers for IT
- #359: Move from OSSRH to Maven Central
- #360: Fix GPG signature when deploying
Removed
- #292: Remove deprecated features
For a manual installation, you can download the elasticsearch-beyonder-8.17 here from Maven Central.
Have fun!
-Elasticsearch Beyonder team