From b5291a4f77f69c845f09d63ffdbfe700bd3610e0 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 11 Jun 2019 12:53:56 -0700 Subject: [PATCH 1/2] docs: fix apm cloud bug --- docs/copied-from-beats/outputconfig.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/copied-from-beats/outputconfig.asciidoc b/docs/copied-from-beats/outputconfig.asciidoc index ad5de7eb79f..47950809a9f 100644 --- a/docs/copied-from-beats/outputconfig.asciidoc +++ b/docs/copied-from-beats/outputconfig.asciidoc @@ -1569,7 +1569,9 @@ endif::[] ifdef::apm-server[] NOTE: This page refers to using a separate instance of APM Server with an existing Elasticsearch Service deployment. -APM Server is not yet supported on Elasticsearch Service. +If you want to use APM on Elastic Cloud, see the cloud docs: +{cloud}/ec-create-deployment.html[Create your deployment] or +{cloud}/ec-manage-apm-settings.html[Add APM user settings]. endif::apm-server[] {beatname_uc} comes with two settings that simplify the output configuration From eeaa78d74108c3a4164422212b910f72ae07ead3 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 11 Jun 2019 13:35:15 -0700 Subject: [PATCH 2/2] docs: add link to ESS --- docs/copied-from-beats/outputconfig.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/copied-from-beats/outputconfig.asciidoc b/docs/copied-from-beats/outputconfig.asciidoc index 47950809a9f..cca94b9d07c 100644 --- a/docs/copied-from-beats/outputconfig.asciidoc +++ b/docs/copied-from-beats/outputconfig.asciidoc @@ -1568,7 +1568,8 @@ endif::[] ++++ ifdef::apm-server[] -NOTE: This page refers to using a separate instance of APM Server with an existing Elasticsearch Service deployment. +NOTE: This page refers to using a separate instance of APM Server with an existing +https://www.elastic.co/cloud/elasticsearch-service[Elasticsearch Service deployment]. If you want to use APM on Elastic Cloud, see the cloud docs: {cloud}/ec-create-deployment.html[Create your deployment] or {cloud}/ec-manage-apm-settings.html[Add APM user settings].