Your IP : 13.58.16.208


Current Path : /opt/elasticsearch-6.2.1/bin/
Upload File :
Current File : //opt/elasticsearch-6.2.1/bin/elasticsearch-translog.bat

@echo off

setlocal enabledelayedexpansion
setlocal enableextensions

call "%~dp0elasticsearch-env.bat" || exit /b 1

%JAVA% ^
  %ES_JAVA_OPTS% ^
  -Des.path.home="%ES_HOME%" ^
  -Des.path.conf="%ES_PATH_CONF%" ^
  -cp "%ES_CLASSPATH%" ^
  org.elasticsearch.index.translog.TranslogToolCli ^
  %*

endlocal
endlocal