Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions qa/integration/fixtures/persistent_queues/logstash.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
queue.type: persisted
queue.drain: true
3 changes: 2 additions & 1 deletion qa/integration/specs/logstash_to_logstash_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def run_logstash_instance(config_name, options = {}, &block)
"--pipeline.id", config_name,
"--path.config", config_to_temp_file(@fixture.config(config_name, options)),
"--path.data", get_temp_path_dir,
"--api.http.port", api_port.to_s)
"--api.http.port", api_port.to_s,
"--config.reload.automatic")
logstash_service.wait_for_rest_api
yield logstash_service
ensure
Expand Down