aneeqtariq143 / docker-elasticsearch

Read to use ElasticSearch Docker Image with Security enabled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticSearch

Listing of all available docker images

Reference

Installation of docker 7.17

Reference

Encrypting communications in an Elasticsearch Docker Container

Reference

Complete Setup

Reference

Change the dns with the live domain (if you're planning to access Kibana live)

Change the dns with the live domain in configuration/instances.yml at line number 26

Generating Certificate (one time only)

docker compose -f ./configurations/create-certs.yml --env-file ./.env run --rm create_certs

Run Image

docker compose --env-file ./.env up -d

Web Access URL

https://localhost:9200/
https://localhost:5601/

About

Read to use ElasticSearch Docker Image with Security enabled