Skip to content

Commit fdc0bf0

Browse files
authored
Marke log_ecs_formatting as experimental (#1191)
1 parent b73fa71 commit fdc0bf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/configuration.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ the log files will consume is twice the value of this setting.
226226
| `ELASTIC_APM_LOG_ECS_FORMATTING` | `LOG_ECS_FORMATTING` | `"off"`
227227
|============
228228

229+
experimental::[]
230+
229231
Valid options:
230232

231233
* `"off"`
@@ -279,7 +281,7 @@ The transport class to use when sending events to the APM Server.
279281
|============
280282

281283
The name of the given service node. This is optional and if omitted, the APM
282-
Server will fall back on `system.container.id` if available, and
284+
Server will fall back on `system.container.id` if available, and
283285
`host.name` if necessary.
284286

285287
This option allows you to set the node name manually to ensure it is unique and meaningful.
@@ -1155,7 +1157,7 @@ To tell the agent to use a different SSL certificate, you can use these environm
11551157
See also https://www.openssl.org/docs/manmaster/man7/openssl-env.html#SSL_CERT_DIR-SSL_CERT_FILE[OpenSSL docs].
11561158

11571159
Please note that these variables may apply to other SSL/TLS communication in your service,
1158-
not just related to the APM agent.
1160+
not just related to the APM agent.
11591161

11601162
NOTE: These environment variables only take effect if <<config-use-certifi,`use_certifi`>> is set to `False`.
11611163

0 commit comments

Comments
 (0)