Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.02 KB

8.17.asciidoc

File metadata and controls

64 lines (45 loc) · 2.02 KB

APM version 8.17

APM version 8.17.1

Bug fixes

  • Install APM Server in Program Files directory on Windows {pull}14905[14905]

  • Fix self instrumentation events inconsistency when dealing with request timeout {pull}15123[15123]

  • Drop and recreate tail-based sampling badger db after exceeding storage limit for configured TTL time {pull}15106[15106]

Breaking Changes

Deprecations

Intake API Changes

Added

  • Add sampling.tail.discard_on_write_failure config (default=false) to opt in to data loss when tail-based sampling storage limit is reached {pull}15159[15159]

APM version 8.17.0

Bug fixes

  • Clear scroll after completing scroll requests {pull}14551[14551]

  • Surface config parsing error under EA managed mode by logging and marking EA input unit as failed {pull}14574[14574]

  • Remove unnecessary hot reload under EA managed mode when apm tracing config is nil {pull}14865[14865]

  • The mappings are updated to disable date_detection for all APM data streams. The change is applied through elasticsearch#116995

Breaking Changes

Deprecations

Intake API Changes

Added

  • The default data lifecycle management mechanism is getting reverted from Data Stream Lifecycle (DSL) to Index Lifecycle Management (ILM), as originally used prior to the introduction of the APM data plugin in release 8.15.0. No action is required from users for this change. However, any custom DSL settings will not be preserved during the migration. The change is applied through elasticsearch#115687