- Java 8 (1.8_202)
- Elasticsearch 8.1.1 (Docker)
- Gradle 7.2
- Springboot 2.5.3
# Linux
chmod +x ./gradlew
./gradlew bootjar
cd ./build/libs
java -jar elasticsearch8-v1.jar
# Windows
./graldew.bat bootjar
cd .\build\libs
java -jar elasticsearch8-v1.jar
# Unzip testlog.json.zip & locate the "testlog.json" file in where JAR file exists.