-
Notifications
You must be signed in to change notification settings - Fork 528
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
add release notes for 6.4 #1277
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Elastic APM consists of four components: | |
* {ref}/index.html[Elasticsearch] | ||
* {apm-agents-ref}/index.html[APM agents] | ||
* {apm-server-ref}/index.html[APM Server] | ||
* Kibana APM UI | ||
* {kibana-ref}/xpack-apm.html[Kibana APM UI] | ||
|
||
image::apm-architecture.png[Architecture of Elastic APM] | ||
|
||
|
@@ -56,6 +56,49 @@ To visualize the data after it's sent to Elasticsearch, | |
you can use the the dedicated APM UI bundled in X-Pack, | ||
or the pre-built open source Kibana dashboards that can be loaded directly in the Kibana UI. | ||
|
||
[[apm-release-notes]] | ||
=== Release notes | ||
|
||
[float] | ||
==== APM version 6.4 | ||
|
||
[float] | ||
===== 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. | ||
In case you only update Kibana but run an older version of APM Server you will not be able to see any APM data by default. | ||
To fix this, use the Kibana APM configuration options to specify the location of the APM index. | ||
See {kibana-ref}/apm-settings-kb.html[Kibana APM settings] for details. | ||
|
||
When upgrading to Kibana 6.4, you might need to refresh your APM index pattern for certain APM UI features to work. | ||
|
||
[float] | ||
===== New features | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it would make sense to link to the according changelog sections or if not available to the overview for Server, UI and Agents. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. agents are not adding their changelogs to the Elastic docs, and I'd prefer not to link to GH because we can't detect broken links. |
||
|
||
*APM Server* | ||
|
||
* Logstash output | ||
* Kafka output | ||
|
||
|
||
*APM UI* | ||
|
||
* Query bar | ||
* Machine Learning integration: Anomaly detection on service response times | ||
* Kibana objects (index pattern, dashboards, etc.) can now be imported via the Kibana setup instuctions | ||
|
||
|
||
*APM agents* | ||
|
||
* RUM is now GA | ||
* Ruby is now GA | ||
* Java is now Beta | ||
* Go is now Beta | ||
* Python added instrumentation for Cassandra, PyODBC and PyMSSQL | ||
* Node.js added instrumentation for Cassandra and broader MySQL support | ||
|
||
|
||
[[install-and-run]] | ||
== Install and run Elastic APM | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you link to https://github.com/elastic/kibana/blob/2ad265b73f47efe2cfc5d209d8a4f006f3e5ca09/docs/settings/apm-settings.asciidoc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done here eaf82ea