We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6790a5 commit 6f4878eCopy full SHA for 6f4878e
x-pack/spec/monitoring/inputs/metrics/stats_event_factory_spec.rb
@@ -50,6 +50,7 @@
50
let(:pipeline_settings) { LogStash::Runner::SYSTEM_SETTINGS.clone.merge({
51
"pipeline.id" => "main",
52
"config.string" => config,
53
+ "api.enabled" => webserver_enabled,
54
}) }
55
56
let(:agent) { LogStash::Agent.new(pipeline_settings) }
0 commit comments