Release notes for Elastic Service version 3.2.0-7.9.3
Elastic 3.2.0-7.9.3 was released on 16 November, 2020.
Upgrades
- Upgraded Elasticsearch and Kibana to 7.9.3
- Added external volume support To upgrade from your current version of Elastic, see the Updates page.
Release notes for Elastic Service version 3.1.2-7.6.0
Bug Fixes
- Fixed missing exporter task metrics with virtual network enabled. (#76)
To upgrade from your current version of Elastic, see the Updates page.
Release notes for Elastic Service version 3.1.1-7.6.0
Upgrades
- Upgraded Elasticsearch and Kibana to 7.6.0
- Upgraded Elasticsearch OpenJDK version from
11.0.2
to13.0.2
. - Upgraded Support Diagnostics version from
7.1.1
to7.1.5
.
Release notes for Elastic Service version 3.1.0-7.4.1
Upgrades
-
Upgraded Elasticsearch and Kibana to 7.4.1
-
Upgraded SDK version from
0.56.3
to0.57.3
. (#70). The following SDK change logs contain more information:
To upgrade from your current version of Elastic, see the Updates page.
Bug Fixes
- Fixed Kibana Dashboard issue. (#72)
Release notes for Elastic Service version 3.0.0-7.3.2
Although version 3.0.0-7.3.2 is no longer supported, the following changes were implemented in it. You will need to be aware of these changes when you upgrade to the current version, 3.1.0-7.4.1.
Upgrades
New Features
-
Added Prometheus exporter for metrics. (#41)
New settings are:
prometheus_exporter.prometheus_exporter_enabled
(boolean, defaulttrue
)prometheus_exporter.configuration_options
(string, default--es.all --es.indices --es.shards
)prometheus_exporter.cpus
(number, default1.0
)prometheus_exporter.mem
(integer, default128
)prometheus_exporter.disk
(integer, default256
)prometheus_exporter.disk_type
(string, defaultROOT
)prometheus_exporter.volume_profile
(string)prometheus_exporter.readiness_check.interval
(integer, default5
, minimum5
)prometheus_exporter.readiness_check.delay
(integer, default0
, minimum0
)prometheus_exporter.readiness_check.timeout
(integer, default10
, minimum10
)
-
Added Elasticsearch Clusters Overview dashboards based on Prometheus metrics. (#49)
-
Exposed
xpack.security.transport.ssl.client_authentication
xpack.security.http.ssl.client_authentication
xpack.security.transport.ssl.verification_mode
(#46)New settings are:
xpack_security_transport_ssl_client_authentication
(string, defaultoptional
)xpack_security_transport_ssl_verification_mode
(string, defaultfull
)xpack_security_http_ssl_client_authentication
(string, defaultnone
)
Bug Fixes
- Fixed Kibana folders service URL (
<cluster-url>/service/folders/kibana
) for DC/OS EE only. (#38 #39)
Improvements
- Made possible to set
bootstrap.memory_lock: true
. (#48) - Allowed to append or override
elasticsearch
log4j2.properties
file. (#44)