Skip to content

Files

Latest commit

 

History

History
This branch is 120 commits behind freenas/docker-images:master.

elk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2017
Mar 30, 2017

elk-docker

Elasticsearch, Logstash, Kibana (ELK) Docker image, based on the Docker image of Sébastien Pujadas.

Parameters

  • /var/lib/elasticsearch Elasticsearch data.
  • /etc/logstash/conf.d Logstash config folder.

Important

As explained in spujadas/elk-docker#92 (comment) please make sure the VM running this container is configured correctly.

# open a console into the VM that will be running the elk docker container
sudo vi /var/lib/boot2docker/bootlocal.sh
# Add this line into /var/lib/boot2docker/bootlocal.sh
sysctl -w vm.max_map_count=262144
sudo chmod +x /var/lib/boot2docker/bootlocal.sh

For some reason /var/lib/boot2docker is not being preserved after reboot. Further research needed.

NOTE: docker/machine#3859