Skip to content

Commit

Permalink
Move #6480 changelog entries to be BREAKING (#10980) (#10999)
Browse files Browse the repository at this point in the history
* move #6480 changelog entries to be BREAKING

* add changelog entry for fields config removal

(cherry picked from commit 1828b7f)

Co-authored-by: Damien Mathieu <[email protected]>
  • Loading branch information
mergify[bot] and dmathieu authored Jun 15, 2023
1 parent d1fe64b commit c3c7580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelogs/8.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ releases of 8.0.0.
==== Breaking Changes
- Removed source map upload endpoint {pull}6447[6447]
- Removed unsupported libbeat `processors` configuration {pull}6474[6474]
- Introduced a delete phase for all data streams. Traces, errors and logs are kept for 10 days, metrics are kept for 90 days {pull}6480[6480]
- Changed RUM traces to use a dedicated data stream (`traces-apm.rum`). RUM traces are kept for 90 days {pull}6480[6480]
- Removed `apm-server.aggregation.transactions.enabled` configuration option {pull}6495[6495]
- Removed `apm-server.aggregation.service_destinations.enabled` configuration option {pull}6503[6503]
- Removed legacy Jaeger gRPC/HTTP endpoints {pull}6417[6417]
Expand All @@ -53,11 +55,10 @@ releases of 8.0.0.
- APM Server now responds with 403 (HTTP) and PermissionDenied (gRPC) for authenticated but unauthorized requests {pull}5545[5545]
- `sourcemap.error` and `sourcemap.updated` are no longer set due to failing to find a matching source map {pull}5631[5631]
- Removed `service.name` from dataset {pull}5451[5451]
- Removed support for `fields` config {pull}10865[10865]

[float]
==== Added
- Introduced a delete phase for all data streams. Traces, errors and logs are kept for 10 days, metrics are kept for 90 days {pull}6480[6480]
- Changed RUM traces to use a dedicated data stream (`traces-apm.rum`). RUM traces are kept for 90 days {pull}6480[6480]
- Standalone apm-server can now fetch source maps uploaded to Kibana, when `apm-server.kibana` is configured {pull}6447[6447]
- Added metrics for new Elasticsearch output: `libbeat.output.events.{acked,batches,toomany}`; added tracing and log correlation {pull}6630[6630]
- The `labels` indexed field is now ECS compliant (string only) and added a new `numeric_labels` object that holds labels with numeric values {pull}6633[6633]
Expand Down

0 comments on commit c3c7580

Please sign in to comment.