Skip to content

Instantly share code, notes, and snippets.

View glenacota's full-sized avatar

Guido Lena Cota glenacota

View GitHub Profile
@glenacota
glenacota / 1node-1kibana.yml
Last active February 2, 2019 16:51
Docker-compose file to build up an ElasticSearch cluster with 1 node and a Kibana instance. (v6.5.4)
version: '3'
services:
esnode:
image: docker.elastic.co/elasticsearch/elasticsearch:6.5.4
container_name: esnode
environment:
- node.name=esnode
- cluster.name=elastic-cluster
- discovery.type=single-node
- bootstrap.memory_lock=true
@glenacota
glenacota / 1master-1datanode-1kibana.yml
Last active February 2, 2019 16:51
Docker-compose file to build up an ElasticSearch cluster with 1 master node, 1 datanode, and a Kibana instance. (v6.5.4)
version: '3'
services:
master:
image: docker.elastic.co/elasticsearch/elasticsearch:6.5.4
container_name: master
environment:
- cluster.name=elastic-cluster
- node.name=master
- node.master=true
- node.data=false
{
"css/style.css": "css/style-13qet57adg9.css",
"img/logo-idealo.svg": "img/logo-idealo-kr3u2vv3k0r.svg",
"js/script.js": "js/script-09zyx87wvu6.js"
}