Hi
I run logstash to fetch data from infludb via http_poller and return below error:
java.lang.OutOfMemoryError: Java heap space
Here is the jvm.options:
-Xms10g
-Xmx10g
Now question is: data locate on influxdb are huge, and need http poller send it in small chunk not all of them once.
http_poller has this feature?
Any alternative options?
Thanks