Hi all,
I am working with Logstash version 6.6.2 on Ubuntu 18.04 (ElementaryOS that based on Ubuntu 18.04). I tried to upload my file into Elasticsearch and it seems to repeating the loops and doing nothing based on the debug output below. I have seen some people facing this issue on 6.2.4, but could not find the solution, and interestingly I have not found someone with this newest version (6.6.2).
[DEBUG] 2019-03-13 17:18:18.712 [pool-3-thread-3] jvm - collector name {:name=>"ParNew"}
[DEBUG] 2019-03-13 17:18:18.713 [pool-3-thread-3] jvm - collector name {:name=>"ConcurrentMarkSweep"}
[DEBUG] 2019-03-13 17:18:23.175 [Ruby-0-Thread-15: :1] pipeline - Pushing flush onto pipeline {:pipeline_id=>"main", :thread=>"#<Thread:0x3827365b sleep>"}
[DEBUG] 2019-03-13 17:18:23.721 [pool-3-thread-3] jvm - collector name {:name=>"ParNew"}
[DEBUG] 2019-03-13 17:18:23.722 [pool-3-thread-3] jvm - collector name {:name=>"ConcurrentMarkSweep"}
[DEBUG] 2019-03-13 17:18:28.175 [Ruby-0-Thread-15: :1] pipeline - Pushing flush onto pipeline {:pipeline_id=>"main", :thread=>"#<Thread:0x3827365b sleep>"}
Based on the compatibility matrix, logstash, up to the version 6.6.x is not supported in Ubuntu 18.04 (but I can run the logstash, so I am assuming they haven't count the 6.6.2 there). However, anyhow, is it possible if that is actually the reason of this problem?
Any help would be highly appreciated.