You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use APM on {ecloud}, see the cloud docs:
13
-
{cloud}/ec-create-deployment.html[Create your deployment] or
11
+
{ess-product}[{ess} deployment].
12
+
If you want to use APM on {ess}, see:
13
+
{cloud}/ec-create-deployment.html[Create your deployment] and
14
14
{cloud}/ec-manage-apm-settings.html[Add APM user settings].
15
15
endif::apm-server[]
16
16
17
17
{beatname_uc} comes with two settings that simplify the output configuration
18
-
when used together with https://cloud.elastic.co/[{ecloud}]. When defined,
18
+
when used together with {ess-product}[{ess}]. When defined,
19
19
these setting overwrite settings from other parts in the configuration.
20
20
21
21
Example:
@@ -37,16 +37,15 @@ These settings can be also specified at the command line, like this:
37
37
38
38
==== `cloud.id`
39
39
40
-
The Cloud ID, which can be found in the {ecloud} web console, is used by
40
+
The Cloud ID, which can be found in the {ess} web console, is used by
41
41
{beatname_uc} to resolve the {es} and {kib} URLs. This setting
42
42
overwrites the `output.elasticsearch.hosts` and `setup.kibana.host` settings.
43
43
44
-
NOTE: The base64 encoded `cloud.id` found in the {ecloud} web console does not explicitly specify a port. This means that {beatname_uc} will default to using port 443 when using `cloud.id`, not the commonly configured cloud endpoint port 9243.
44
+
NOTE: The base64 encoded `cloud.id` found in the {ess} web console does not explicitly specify a port. This means that {beatname_uc} will default to using port 443 when using `cloud.id`, not the commonly configured cloud endpoint port 9243.
45
45
46
46
==== `cloud.auth`
47
47
48
48
When specified, the `cloud.auth` overwrites the `output.elasticsearch.username` and
49
49
`output.elasticsearch.password` settings. Because the Kibana settings inherit
50
50
the username and password from the {es} output, this can also be used
51
51
to set the `setup.kibana.username` and `setup.kibana.password` options.
0 commit comments