- support shutting down.

This commit is contained in:
Jordan Sissel 2013-08-25 00:07:10 -07:00
parent 75b2574fd3
commit 8b109303e5

View file

@ -94,5 +94,7 @@ class LogStash::Inputs::Elasticsearch < LogStash::Inputs::Base
break
end
end
rescue LogStash::ShutdownSignal
# Do nothing, let us quit.
end # def run
end # class LogStash::Inputs::Elasticsearch