doc: add pipeline.ecs_compatibility docs (#12421) (#13091)

(cherry picked from commit 4056cb1b9a)
This commit is contained in:
Ry Biesemeyer 2021-07-20 15:17:17 -07:00 committed by GitHub
parent 05a826a58b
commit e779535ae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,22 @@ guaranteed, but you save the processing cost of preserving order.
| `auto` | `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`
* `v8`
This option allows the <<ecs-ls,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` | `path.config`
| The path to the Logstash config for the main pipeline. If you specify a directory or wildcard, | 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. config files are read from the directory in alphabetical order.