Created
December 8, 2015 14:30
-
-
Save lebowitz/1ad0d11fa199f09247ec to your computer and use it in GitHub Desktop.
General purpose logstash bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set LS_OPTS="-v " | |
set CLASSPATH=%~dp0\sqljdbc42.jar | |
set JAVA_HOME=C:\Program Files (x86)\Java\jre1.8.0_66 | |
..\logstash-1.5.4\bin\logstash agent --verbose -f "%~dp0\logstash.conf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment