Skip to content

Commit 6dd84f2

Browse files
author
Wenkai Li
committed
update queue.max_bytes field in logstash pipeline settings spec
1 parent ae86eb8 commit 6dd84f2

File tree

6 files changed

+12
-51
lines changed

6 files changed

+12
-51
lines changed

output/openapi/elasticsearch-openapi.json

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

+3-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

+3-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/logstash/_types/Pipeline.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ export class PipelineSettings {
4747
/**
4848
* The total capacity of the queue (`queue.type: persisted`) in number of bytes.
4949
*/
50-
'queue.max_bytes.number': integer
51-
/**
52-
* The total capacity of the queue (`queue.type: persisted`) in terms of units of bytes.
53-
*/
54-
'queue.max_bytes.units': string
50+
'queue.max_bytes': string
5551
/**
5652
* The maximum number of written events before forcing a checkpoint when persistent queues are enabled (`queue.type: persisted`).
5753
*/

0 commit comments

Comments
 (0)