Skip to content

Commit 7544c0b

Browse files
authored
Renaming log_ecs_formatting to log_ecs_reformatting (#490)
1 parent 7fd2a8b commit 7544c0b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

specs/agents/log-onboarding.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Log Onboarding
22

33
The Agents will be a critical part of log collection onboarding for their
4-
application logs. This is primarily accomplished via the `log_ecs_formatting`
4+
application logs. This is primarily accomplished via the `log_ecs_reformatting`
55
configuration option, described below.
66

7-
In future iterations, the shipping of ECS logs will become more automated by auto-parsing ECS-JSON logs in Filebeat and [automatically shipping log files](https://github.com/elastic/apm/issues/374) that got reformatted via `log_ecs_formatting`.
7+
In future iterations, the shipping of ECS logs will become more automated by auto-parsing ECS-JSON logs in Filebeat
8+
and [automatically shipping log files](https://github.com/elastic/apm/issues/374) that got reformatted via
9+
`log_ecs_reformatting`.
810

9-
## `log_ecs_formatting` configuration
11+
## `log_ecs_reformatting` configuration
1012

1113
Configures the agent to automatically format application logs as ECS-compatible JSON
1214
(if possible).
@@ -40,7 +42,7 @@ For all options other than `off`, the [log correlation](log-correlation.md) shou
4042

4143
## `log_ecs_formatter_allow_list` configuration
4244

43-
Only formatters that match an item on this list will be automatically reformatted to ECS when `log_ecs_formatting` is
45+
Only formatters that match an item on this list will be automatically reformatted to ECS when `log_ecs_reformatting` is
4446
set to any option other than `off`. A "formatter" is a generic name used to describe the logging-framework-specific entity
4547
that is responsible for the formatting of log events. Currently this option is only implemented in the Java agent, where
4648
formatters are subtypes of `Layout` or `Encoder`, depending on the logging framework.

0 commit comments

Comments
 (0)