From b4bea628155eb52f1e86e3706a040a86c2863cf6 Mon Sep 17 00:00:00 2001 From: Dion Williams Date: Fri, 28 May 2021 13:54:10 +0100 Subject: [PATCH] Fix logstash.bat not setting exit code --- bin/logstash.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/logstash.bat b/bin/logstash.bat index 123238cf8b1..28850bb8f73 100644 --- a/bin/logstash.bat +++ b/bin/logstash.bat @@ -84,3 +84,4 @@ goto :eof :end endlocal +exit /B %ERRORLEVEL%