Skip to content

Commit

Permalink
link to Kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvz committed Aug 13, 2018
1 parent 3b901d4 commit eaf82ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/guide/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -69,6 +69,7 @@ We previously split APM data into separate indices (transaction, span, error, et
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.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:logstashdoc: https://www.elastic.co/guide/en/logstash/{doc-branch}
:elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/{doc-branch}
:securitydoc: https://www.elastic.co/guide/en/elastic-stack-overview/{doc-branch}
:deprecate_dashboard_loading: 6.4.0
:deprecate_dashboard_loading: 6.4.0

ifdef::env-github[]
NOTE: For the best reading experience,
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The APM Server receives data from APM agents and transforms them into Elasticsea
It works by exposing an HTTP server to which agents post the APM data they collect.

APM Server is built with the Beats framework,
and as such it levarages its functionality.
and as such it leverages its functionality.

To get an overview of the whole Elastic APM system,
also have a look at:
Expand Down

0 comments on commit eaf82ea

Please sign in to comment.