mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
807cbc1071
commit
db35ced2a7
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class LogStash::Agent
|
||||||
when LogStash::PipelineAction::Reload
|
when LogStash::PipelineAction::Reload
|
||||||
dispatcher.fire(:pipeline_stopped, get_pipeline(action.pipeline_id))
|
dispatcher.fire(:pipeline_stopped, get_pipeline(action.pipeline_id))
|
||||||
when LogStash::PipelineAction::Stop
|
when LogStash::PipelineAction::Stop
|
||||||
dispatcher.fire(:pipeline_started, get_pipeline(action.pipeline_id))
|
dispatcher.fire(:pipeline_stopped, get_pipeline(action.pipeline_id))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue