Skip to content

Commit 1403bac

Browse files
kaiwenleeeWenkai Lil-trotta
authored
update queue.max_bytes field in logstash pipeline settings spec (#3925)
Co-authored-by: Wenkai Li <wenkai.li@ing.com> Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent 41e55b5 commit 1403bac

File tree

6 files changed

+12
-51
lines changed

6 files changed

+12
-51
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/logstash/_types/Pipeline.ts

Lines changed: 1 addition & 5 deletions
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)