Logstash continously showing message , status as sleep

I am using logstash to inpu data to elastic search from a file. From last 2 days , it is continously showing the below message, as status => Sleep. From few blogs, I could understand that it is due improper shutdown of existing logstash process. Agreed.

But, now, how to resolve this issue and proceed ahead. I have tried restarting the logstash server and elastic data nodes too. But didnt help.

Can some one suggest on how to resolve this error and move ahead.

:timestamp=>"2016-11-21T16:57:06.388000+0000", :message=>#<LogStash::PipelineReporter::Snapshot:0x2edea645 @data={:events_filtered=>0, :events_consumed=>0, :worker_count=>2, :inflight_count=>0, :worker_states=>[{:status=>"sleep", :alive=>true, :index=>0, :inflight_count=>0}, {:status=>"sleep", :alive=>true, :index=>1, :inflight_count=>0}], :output_info=>[{:type=>"elasticsearch", :config=>{"action"=>"index", "hosts"=>["10.158.36.220"], "codec"=>"json", "index"=>"customevent", "document_type"=>"dailyaggregate", "document_id"=>"%{dataid}", "ALLOW_ENV"=>false}, :is_multi_worker=>false, :events_received=>0, :workers=><Java::JavaUtilConcurrent::CopyOnWriteArrayList:942170129 [<LogStash::Outputs::ElasticSearch action=>"index", hosts=>["10.158.36.220"], codec=><LogStash::Codecs::JSON charset=>"UTF-8">, index=>"customevent", document_type=>"dailyaggregate", document_id=>"%{dataid}", workers=>1, manage_template=>true, template_name=>"logstash", template_overwrite=>false, flush_size=>500, idle_flush_time=>1, doc_as_upsert=>false, max_retries=>3, script_type=>"inline", script_var_name=>"event", scripted_upsert=>false, retry_max_interval=>2, retry_max_items=>500, retry_on_conflict=>1, ssl_certificate_verification=>true, sniffing=>false, sniffing_delay=>5>]>, :busy_workers=>0}], :thread_info=>[{"thread_id"=>19, "name"=>"[main]<azureblob", "plugin"=>nil, "backtrace"=>["[...]/vendor/bundle/jruby/1.9/gems/nokogiri-1.6.8-java/lib/nokogiri/xml/document.rb:216:in each'", "[...]/vendor/bundle/jruby/1.9/gems/nokogiri-1.6.8-java/lib/nokogiri/xml/document.rb:216:indecorate'", "[...]/vendor/bundle/jruby/1.9/gems/nokogiri-1.6.8-

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.