Elasticsearch version 6.2.1edit

The cluster state listener to decide if watcher should be stopped/started/paused now runs far less code in an executor but is more synchronous and predictable. Also the trigger engine thread is only started on data nodes. And the Execute Watch API can be triggered regardless is watcher is started or stopped. (#30118)

Bug Fixesedit

Plugin Lang Painless
  • Painless: Fix For Loop NullPointerException #28506 (issue: #28501)
Plugins
  • Fix the ability to remove old plugin #28540 (issue: #28538)
Security
  • Fixed missing dependencies for x-pack-transport.
  • Fixed saml-metadata env file such that it sources the appropriate environment file.
Machine Learning
  • Account for gaps in data counts after job is reopened (#30294)