We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa514fe commit 3a5187eCopy full SHA for 3a5187e
1 file changed
logstash-core/spec/logstash/java_pipeline_spec.rb
@@ -1017,6 +1017,8 @@ def flush(options)
1017
end
1018
1019
context "Pipeline created with too many filters" do
1020
+ # create pipeline with 2000 filters
1021
+ # 2000 filters is more than a thread stack of size 2MB can handle
1022
let(:config) do
1023
<<-EOS
1024
input { dummy_input {} }
0 commit comments