Logstash installation batch files v8.11.3 do not work

JRUBY_BIN: In v8.11.3 SETUP.BAT looks for it in a directory that does not exist in the Windows distribution, causing the "first stash" in the docs. to always fail. Anyone else run across this?

Details:
In SETUP.BAT line 65 is:
set JRUBY_BIN="%LS_HOME%\vendor\jruby\bin\jruby"
but the directory tree on disk is:
"%LS_HOME%\vendor\bundle\jruby\3.1.0\bin
with no jruby in bin

Fixed. Poblem was the length of a path under windows. It caused truncation. Solution: Install near the root with short directory names.

Thanks for the reply @andrew3!

You should use NSSM - the Non-Sucking Service Manager for the service registration on Windows.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.