< ElasticSearch

Follow the instructions: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html and modify configuration file as needed

docker pull docker.elastic.co/elasticsearch/elasticsearch:7.4.1 && docker run -d --name MYELASTICSEARCH -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.4.1


Config file: /usr/share/elasticsearch/config/elasticsearch.yml

Connect to:


Also install Kibana: Kibana/Install Kibana using docker

See also

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.