Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ include::./tab-widgets/add-dependency-widget.asciidoc[]

include::./tab-widgets/ecs-encoder-widget.asciidoc[]

[float]
[[setup-step-2]]
=== Step 2: Enable APM log correlation (optional)
If you are using the Elastic APM Java agent,
set {apm-java-ref}/config-logging.html#config-enable-log-correlation[`enable_log_correlation`] to `true`.
NOTE: If you're using the Elastic APM Java agent,
log correlation is enabled by default starting in version 1.30.0.
In previous versions, log correlation is off by default, but can be enabled by setting
the `enable_log_correlation` config to `true`.

[float]
[[setup-step-3]]
=== Step 3: Configure Filebeat
[[setup-step-2]]
=== Step 2: Configure Filebeat

include::{ecs-repo-dir}/setup.asciidoc[tag=configure-filebeat]

Expand Down