Difference between revisions of "Install ElasticSearch using Docker"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Follow the instructions: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html and modify configuration file as needed ::<code>docker pull docker.elasti...")
 
Line 2: Line 2:
 
and modify configuration file as needed
 
and modify configuration file as needed
  
::<code>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</code>
+
::<code>[[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</code>
  
  
Line 15: Line 15:
 
== See also ==
 
== See also ==
 
* [[ElasticSearch/Install Elasticsearch-hq management GUIs for Elasticsearch]]
 
* [[ElasticSearch/Install Elasticsearch-hq management GUIs for Elasticsearch]]
* [[DevOps/Docker|Docker]]: [[devOps/Docker/docker inspect|docker inspect]]
+
* {{docker]]
  
  
 
[[Category:Elasticsearch]]
 
[[Category:Elasticsearch]]

Revision as of 13:18, 18 January 2020

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

Advertising: