Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] 7.2 release highlights #2292

Merged
merged 3 commits into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 40 additions & 4 deletions docs/guide/apm-breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@

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.0.0, APM version 7.0.0>>
* <<breaking-6.4.0, APM version 6.4.0>>
* <<breaking-7.2.0>>
* <<breaking-7.1.0>>
* <<breaking-7.0.0>>
* <<breaking-6.8.0>>
* <<breaking-6.7.0>>
* <<breaking-6.6.0>>
* <<breaking-6.5.0>>
* <<breaking-6.4.0>>

Also see <<apm-release-notes>>.

Expand All @@ -14,8 +20,18 @@ Also see <<apm-release-notes>>.

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

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

No breaking changes.

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

No breaking changes.

[[breaking-7.0.0]]
=== Breaking changes in 7.0.0
=== 7.0.0 APM Breaking changes

APM Server::
+
Expand Down Expand Up @@ -49,8 +65,28 @@ The migration assistant will reindex your older data in the new ECS format.

include::../field-name-changes.asciidoc[]

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

No breaking changes.

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

No breaking changes.

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

No breaking changes.

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

No breaking changes.

[[breaking-6.4.0]]
=== Breaking changes in 6.4.0
=== 6.4.0 APM Breaking changes

We previously split APM data into separate indices (transaction, span, error, etc.).
In 6.4 APM Kibana UI starts to leverage those separate indices for queries.
Expand Down
25 changes: 24 additions & 1 deletion docs/guide/apm-release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ For a full list of changes, see the
* <<release-notes-6.4.1>>
* <<release-notes-6.4.0>>

//NOTE: The notable-highlights tagged regions are re-used in the
//Installation and Upgrade Guide
// tag::notable-v8-highlights[]

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

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

Expand All @@ -25,7 +31,24 @@ For a full list of changes, see the

*APM Server*

* Support for {apm-server-ref-v}/ilm.html[index lifecycle management (ILM)]
* Added support for {apm-server-ref-v}/ilm.html[index lifecycle management (ILM)]:
ILM enables you to automate how you want to manage your indices over time,
by automating rollovers to a new index when the existing index reaches a specified size or age.
* Added Geo-IP processing to the default ingest pipeline:
Pipelines are still disabled by default, but activation now includes a new Geo-IP pipeline.
The Geo-IP pipeline takes an extracted IP address from RUM events and stores it in the `client.geo` field.
This makes it much easier to use location data in Kibana's Visualize maps and Maps app directly:

[role="screenshot"]
image::kibana-geo-data.png[Kibana maps app]

*APM UI*

* APM + Uptime integration: APM transactions now include links to the Uptime UI when data is available.
* Added a global filter for {kibana-ref}/filters.html#environment-selector[service environments]:
You can now easily name and switch between environments in the APM UI.
* Added support for {kibana-ref}/metrics.html[agent specific metrics]:
Java is the first to get custom metrics in the APM UI, with more agents to follow.

[[release-highlights-7.1.0]]
=== APM version 7.1.0
Expand Down
Binary file added docs/guide/kibana-geo-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.