Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

6.5.3

Compare
Choose a tag to compare
@russcam russcam released this 18 Dec 22:40
· 114 commits to master since this release
48fc733

Elasticsearch, Kibana and Logstash 6.5.3

This release adds support for deploying Elasticsearch Kibana and Logstash 6.5.3 to Azure!

Features

#254 Add Elastic Stack 6.5.3 🥇

This release adds Elastic Stack 6.5.3 to the template, with 6.5.3 now the default version.

#253 Add Elastic Stack 6.5.1 and 6.5.2 🏅

This release adds Elastic Stack 6.5.1 and 6.5.2 to the template.

Misc

#252 Replace Oracle JDK 8 with OpenJDK 8

With the licensing change with Oracle Java SE 8 coming into effect in January 2019, the template now deploys with OpenJDK 8 instead of Oracle JDK 8. This is currently the OpenJDK 8 build 191 apt package, which you should see as

$ java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-0ubuntu0.16.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

when executed on an Elasticsearch node or Logstash VM.