|
@@ -57,8 +57,7 @@ PUT _logstash/pipeline/my_pipeline
|
|
|
"pipeline.batch.size": 125,
|
|
|
"pipeline.batch.delay": 50,
|
|
|
"queue.type": "memory",
|
|
|
- "queue.max_bytes.number": 1,
|
|
|
- "queue.max_bytes.units": "gb",
|
|
|
+ "queue.max_bytes": "1gb",
|
|
|
"queue.checkpoint.writes": 1024
|
|
|
}
|
|
|
}
|
|
@@ -92,8 +91,7 @@ If the request succeeds, the body of the response contains the pipeline definiti
|
|
|
"pipeline.batch.size": 125,
|
|
|
"pipeline.batch.delay": 50,
|
|
|
"queue.type": "memory",
|
|
|
- "queue.max_bytes.number": 1,
|
|
|
- "queue.max_bytes.units": "gb",
|
|
|
+ "queue.max_bytes": "1gb",
|
|
|
"queue.checkpoint.writes": 1024
|
|
|
}
|
|
|
}
|