mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit 4056cb1b9a
)
This commit is contained in:
parent
05a826a58b
commit
e779535ae7
1 changed files with 16 additions and 0 deletions
16
docs/static/settings-file.asciidoc
vendored
16
docs/static/settings-file.asciidoc
vendored
|
@ -134,6 +134,22 @@ 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`
|
||||
* `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`
|
||||
| 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue