@theuntergeek
At 10.38 I cancelled the process that was started through cmd line.
At 11.04 I started LS through cmd line as it was not feeding data
Logs -
[2017-08-24T10:38:08,343][WARN ][logstash.shutdownwatcher ] {"inflight_count"=>0, "stalling_thread_info"=>{"other"=>[{"thread_id"=>23, "name"=>"[main]<beats", "current_call"=>"[...]/vendor/bundle/jruby/1.9/gems/logstash-input-beats-3.1.23-java/lib/logstash/inputs/beats.rb:206:in `run'"}, {"thread_id"=>20, "name"=>"[main]>worker0", "current_call"=>"[...]/logstash-core/lib/logstash/util/wrapped_synchronous_queue.rb:121:in `lock'"}, {"thread_id"=>21, "name"=>"[main]>worker1", "current_call"=>"[...]/logstash-core/lib/logstash/instrument/metric_type.rb:21:in `create'"}]}}
[2017-08-24T10:38:08,387][WARN ][logstash.shutdownwatcher ] {"inflight_count"=>0, "stalling_thread_info"=>{"other"=>[{"thread_id"=>23, "name"=>"[main]<beats", "current_call"=>"[...]/vendor/bundle/jruby/1.9/gems/logstash-input-beats-3.1.23-java/lib/logstash/inputs/beats.rb:206:in `run'"}, {"thread_id"=>20, "name"=>"[main]>worker0", "current_call"=>"[...]/logstash-core/lib/logstash/util/wrapped_synchronous_queue.rb:121:in `lock'"}, {"thread_id"=>21, "name"=>"[main]>worker1", "current_call"=>"[...]/logstash-core/lib/logstash/util/wrapped_synchronous_queue.rb:147:in `lock'"}]}}
[2017-08-24T11:04:55,290][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://elastic:xxxxxx@X.X.X.X:9200/]}}
[2017-08-24T11:04:55,300][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://elastic:xxxxxx@X.X.X.X:9200/, :path=>"/"}
[2017-08-24T11:04:55,559][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://elastic:xxxxxx@X.X.X.X:9200/"}
[2017-08-24T11:04:55,562][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//X.X.X.X:9200"]}
[2017-08-24T11:04:55,654][INFO ][logstash.pipeline ] Starting pipeline {"id"=>"main", "pipeline.workers"=>2, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>5, "pipeline.max_inflight"=>250}
[2017-08-24T11:04:56,940][INFO ][logstash.inputs.beats ] Beats inputs: Starting input listener {:address=>"0.0.0.0:5044"}
[2017-08-24T11:04:57,045][INFO ][logstash.pipeline ] Pipeline main started
[2017-08-24T11:04:57,180][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
Logs after I stopped LS which was running through cmd line
[2017-08-24T11:10:35,855][WARN ][logstash.runner ] SIGINT received. Shutting down the agent.
[2017-08-24T11:10:35,959][WARN ][logstash.agent ] stopping pipeline {:id=>"main"}
[2017-08-24T11:10:40,902][WARN ][logstash.runner ] Received shutdown signal, but pipeline is still waiting for in-flight events
to be processed. Sending another ^C will force quit Logstash, but this may cause
data loss.
[2017-08-24T11:10:40,981][WARN ][logstash.shutdownwatcher ] {"inflight_count"=>0, "stalling_thread_info"=>{}}
[2017-08-24T11:10:40,996][ERROR][logstash.shutdownwatcher ] The shutdown process appears to be stalled due to busy or blocked plugins. Check the logs for more information.
Restarted as a service
systemctl restart logstash.service
No logs returned. Stated - Logstash started.