logstash-5.6.2\bin\logstash-plugin install logstash-filter-elasticsearch
Validating logstash-filter-elasticsearch
Installing logstash-filter-elasticsearch
Error: Your application used more memory than the safety cap of 500M.
Specify -J-Xmx####m to increase it (#### = cap size in MB).
Specify -w for full OutOfMemoryError stack trace
Okay - after digging a bit into the ruby scripts that are being used to install the plugin. I found out that we can reset the max memory by setting up LAVA_MEM environment variable. Below command will do it on windows platform.
SET JAVA_MEM="-Xmx1024m"
This seems to have helped with the memory issue but now I am getting another error.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.