mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Adds Logstash pipeline settings (#114648)
This commit is contained in:
parent
c493741388
commit
d0a6e51d97
1 changed files with 10 additions and 1 deletions
|
@ -27,7 +27,16 @@ experimental[] Create a centrally-managed Logstash pipeline, or update an existi
|
|||
(Required, string) The pipeline definition.
|
||||
|
||||
`settings`::
|
||||
(Optional, object) The pipeline settings. Supported settings, represented as object keys, are `pipeline.workers`, `pipeline.batch.size`, `pipeline.batch.delay`, `queue.type`, `queue.max_bytes`, and `queue.checkpoint.writes`.
|
||||
(Optional, object) The pipeline settings. Supported settings, represented as object keys, include the following:
|
||||
|
||||
* `pipeline.workers`
|
||||
* `pipeline.batch.size`
|
||||
* `pipeline.batch.delay`
|
||||
* `pipeline.ecs_compatibility`
|
||||
* `pipeline.ordered`
|
||||
* `queue.type`
|
||||
* `queue.max_bytes`
|
||||
* `queue.checkpoint.writes`
|
||||
|
||||
[[logstash-configuration-management-api-create-codes]]
|
||||
==== Response code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue