File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
examples/exampledata/config Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
112112error_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments