A, reference
Elasticsearch Learning Series Directory — Update ing
Official document testing
Official Document IDEA
How to Debug Elasticsearch Source Code in IntelliJ IDEA
Two, noun explanation
Third, the body
1. Environmental description
1.1 Operating system:
1.2 Java version:
Version 1.3 gradle
Elasticsearch version 1.4
Kibana version 1.5
Kibana7.2.1 corresponding to ElasticSearch7.2.1
1.6 the IDE
Resources are as follows:
Link: https://pan.baidu.com/s/1tg5g… Extract code: 7269
2. The source build
2.1 Modify the repository path
Modify the Repositories path in build.gradle to Ali source
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
2.2 Execute IDEA task
./gradlew idea --info
2.3 IDE introduction project
2.4 Run the ES instance
./gradlew run --debug-jvm -Drun.license_type=trial --info
2.5 IDE connection ES instance
Login and password are Elastic -admin and Elastic -password
2.6 configuration kibana