Skip to content

Commit

Permalink
docs: 7.7 release highlights and changes outline (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Apr 15, 2020
1 parent 71a6cc1 commit e45097f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
APM Server is built on top of {beats-ref}/index.html[libbeat].
As such, any breaking change in libbeat is also considered to be a breaking change in APM Server.

[float]
==== 7.7
* There are no breaking changes in APM Server.
However, a previously hardcoded feature is now configurable.
Failing to follow these <<upgrading-to-77,upgrade steps>> will result in increased span metadata ingestion when upgrading to version 7.7.

[float]
==== 7.6
* There are no breaking changes in APM Server.
Expand Down
8 changes: 8 additions & 0 deletions docs/guide/apm-breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section discusses the changes that you need to be aware of when migrating your application from one version of APM to another.

* <<breaking-7.7.0>>
* <<breaking-7.6.0>>
* <<breaking-7.5.0>>
* <<breaking-7.4.0>>
Expand All @@ -24,6 +25,13 @@ Also see <<apm-release-notes>>.

// end::notable-v8-breaking-changes[]

[[breaking-7.7.0]]
=== 7.7.0 APM Breaking changes

// tag::notable-v77-breaking-changes[]
// to do...
// end::notable-v77-breaking-changes[]

[[breaking-7.6.0]]
=== 7.6.0 APM Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/apm-doc-directory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ The following sections will help you get started:

* {apm-app-ref}/apm-ui.html[Set up]
* {apm-app-ref}/apm-getting-started.html[Get started]
// * {apm-app-ref}/apm-how-to.html[How-to guides]
* {apm-app-ref}/apm-how-to.html[How-to guides]

APM also has built-in integrations with Machine Learning. To learn more about this feature, refer to the Kibana documentation for {kibana-ref}/machine-learning-integration.html[Machine learning integration].
28 changes: 25 additions & 3 deletions docs/guide/apm-release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For a full list of changes, see the
{apm-server-ref-v}/release-notes.html[APM Server Release Notes] or the
{kibana-ref}/release-notes.html[Kibana Release Notes].

* <<release-highlights-7.7.0>>
* <<release-highlights-7.6.0>>
* <<release-highlights-7.5.0>>
* <<release-highlights-7.4.0>>
Expand All @@ -27,6 +28,27 @@ For a full list of changes, see the

// end::notable-v8-highlights[]

[[release-highlights-7.7.0]]
=== APM version 7.7.0

// tag::notable-v77-highlights[]
Service maps::
// to do...

Alerting::
// to do...

Agent central config::
// to do...

Custom links::
// to do...

Inferred spans with async profiler::
// to do...

// end::notable-v77-highlights[]

[[release-highlights-7.6.0]]
=== APM version 7.6.0

Expand All @@ -44,7 +66,7 @@ Experimental API Key authentication::

You can now secure the communication between APM Agents and APM Server with
{apm-server-ref-v}/api-key.html[API keys].
API keys are easy to create and manage, and provide finer authorization rules than secret tokens.
API keys are easy to create and manage, and provide finer authorization rules than secret tokens.

SIEM integration::

Expand Down Expand Up @@ -230,7 +252,7 @@ about this configuration, see
image::images/apm-highlight-sample-rate.png[APM sample rate configuration in Kibana]

[discrete]
==== React support for Single Page Applications
==== React support for Single Page Applications

The 7.3 release also brings a lot of exciting changes to the Real User
Monitoring (RUM) agent. We have furthered our support of Single Page
Expand Down Expand Up @@ -353,7 +375,7 @@ Elastic APM now enables {apm-overview-ref-v}/distributed-tracing.html[distribute
[float]
==== Bug Fixes
Changes introduced in 6.4.0 potentially caused an empty APM Kibana UI.
This happened in case the APM Server was using an outdated configuration file, not configured to index events into separate indices.
This happened in case the APM Server was using an outdated configuration file, not configured to index events into separate indices.
To fix this, the APM Kibana UI now falls back to use `apm-*` as default indices to query.
Users can still leverage separate indices for queries by overriding the default values described in {kibana-ref}/apm-settings-kb.html[Kibana APM settings].

Expand Down

0 comments on commit e45097f

Please sign in to comment.