Skip to content

Releases: romanpierson/vertx-elasticsearch-indexer

v1.3.0

13 Jan 18:16
1fb4e2f
Compare
Choose a tag to compare
  • Its now possible to define the name for the timestamp using property indexTimestampFieldName - default is @timestamp - this in axiom internally translates into _time

v1.2.1

10 Dec 20:50
2ef2ac5
Compare
Choose a tag to compare
  • Fixed issues with multiple static indexes prefix caching

v1.2.0

09 Dec 21:05
Compare
Choose a tag to compare
  • Moved package com.mdac to com.romanpierson (for maven central)
  • Upgrade to latest versions
  • Moved from Travis CI to Github Actions / Gradle Sonarqube Plugin
  • Changed support from ES 6.x towards ES 7.x and higher only (doc type mapping not anymore supported)
  • Added BEARER Authentication mode
  • Added support for Axiom.co
  • Added ES 7.x and 8.x playgrounds
  • Removed requirement for jackson databind library