mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* [Docs] Add pipeline.ecs_compatibility to the list (#13612)
* Add pipeline.ecs_compatibility to the list
* Update docs/static/running-logstash-command-line.asciidoc
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
(cherry picked from commit e11d0364d4
)
* Rephrase docs for --pipeline.ecs_compatibility flag for 7.x perspective
Co-authored-by: Toby Sutor <55087308+toby-sutor@users.noreply.github.com>
This commit is contained in:
parent
c8e2bef09b
commit
22e2e52d9c
1 changed files with 9 additions and 0 deletions
|
@ -158,6 +158,15 @@ With this command, Logstash concatenates three config files, `/tmp/one`, `/tmp/t
|
|||
how long in milliseconds to wait while polling for the next event before dispatching an undersized batch
|
||||
to filters and outputs. The default is 50ms.
|
||||
|
||||
*`--pipeline.ecs_compatibility MODE`*::
|
||||
Sets the process default value for ECS compatibility mode.
|
||||
Can be an ECS version like `v1` or `v8`, or `disabled`.
|
||||
The default is `disabled`.
|
||||
In Logstash 8, ECS compatibility will be enabled by default.
|
||||
To prepare for an upgrade to Logstash 8, you can lock-in the Logstash 7 behavior for an individual pipeline by setting `pipeline.ecs_compatibility: disabled` in its `pipelines.yml` definition. Doing so will ensure that a migrated pipeline will continue to operate as it does in Logstash 7.
|
||||
Using the command-line flag will set the default for _all_ pipelines, including new ones.
|
||||
See <<ecs-compatibility>> for more info.
|
||||
|
||||
*`--pipeline.unsafe_shutdown`*::
|
||||
Force Logstash to exit during shutdown even if there are still inflight events
|
||||
in memory. By default, Logstash will refuse to quit until all received events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue