Skip to content

Commit

Permalink
doc: add pipeline.ecs_compatibility docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Nov 7, 2020
1 parent 244a9f4 commit 1a7b0ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/static/settings-file.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,23 @@ guaranteed, but you save the processing cost of preserving order.

| `auto`

| `pipeline.ecs_compatibility`
a|
Sets the pipeline's default value for `ecs_compatibility`, a setting that is available to plugins that implement an ECS Compatibility mode for use with the Elastic Common
Schema.
Possible values are:

* `disabled`
* `v1`
* `v2`

This option allows the early opt-in (or preemptive opt-out) of ECS Compatibility modes in plugins,
which is scheduled to be on-by-default in a future major release of {ls}.

Values other than `disabled` are currently considered BETA, and may produce unintended consequences when upgrading {ls}.

| `disabled`

| `path.config`
| The path to the Logstash config for the main pipeline. If you specify a directory or wildcard,
config files are read from the directory in alphabetical order.
Expand Down

0 comments on commit 1a7b0ed

Please sign in to comment.