Skip to content

Commit a2d557e

Browse files
committed
fix benchmark pipeline configs
1 parent 9906780 commit a2d557e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/exampledata/config/_benchmark_ng_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ output:
102102
- 127.0.0.1:9200
103103
default_index: processed
104104
default_op_type: create
105-
message_backlog_size: 1
105+
message_backlog_size: 2500
106106
timeout: 10000
107107
flush_timeout: 60
108108
user: admin
@@ -111,12 +111,12 @@ output:
111111
chunk_size: 25
112112
error_output:
113113
opensearch:
114-
type: opensearch_output
114+
type: ng_opensearch_output
115115
hosts:
116116
- 127.0.0.1:9200
117117
default_index: errors
118118
default_op_type: create
119-
message_backlog_size: 1
119+
message_backlog_size: 2500
120120
timeout: 10000
121121
flush_timeout: 60
122122
user: admin

examples/exampledata/config/_benchmark_non_ng_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ output:
102102
- 127.0.0.1:9200
103103
default_index: processed
104104
default_op_type: create
105-
message_backlog_size: 1
105+
message_backlog_size: 2500
106106
timeout: 10000
107107
flush_timeout: 60
108108
user: admin
@@ -116,7 +116,7 @@ error_output:
116116
- 127.0.0.1:9200
117117
default_index: errors
118118
default_op_type: create
119-
message_backlog_size: 1
119+
message_backlog_size: 2500
120120
timeout: 10000
121121
flush_timeout: 60
122122
user: admin

0 commit comments

Comments
 (0)