Hi Everyone ,,
I am very new to the Elastic Stack and I hope to get your help in the following problem:
I am facing the error "Java heap space" when running the Logstash, the config file contains 2 indices (one select statement for each - around 30K records will be fetched for each), the fetch size = 1000000
When changing the RAM size to be 3GB I still am facing the same error but when changing the fetch size to be 50000 it works but with a very bad performance, any suggestions on this regard?