Skip to content

Latest commit

History

History

elasticsearch-with-ssl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

ElasticSearch with SSL 馃攼

Requirements

  • Java 11
  • 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