Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 454 Bytes

File metadata and controls

23 lines (17 loc) · 454 Bytes

ElasticSearch with SSL 🔐

Requirements

  • Java 21
  • Terminal
  • Docker
  • Eclipse or Intellij IDEA

Start ElasticSearch

./start-es.sh

Run the RestHighLevelClient with SSL

Run the main method within App.class

alt text

Stop ElasticSearch

./stop-es.sh