Fixed ELK-Stack Docker config

This commit is contained in:
Tobias Kessels
2018-10-24 00:24:16 +02:00
parent 6644ee9ffb
commit 133e051dd6
2 changed files with 9 additions and 8 deletions

4
dockerfiles/elk/README Normal file
View File

@@ -0,0 +1,4 @@
#You need to increase the default vm.max_map_count value to 262144
sysctl -w vm.max_map_count=262144
#or persistently
echo "vm.max_map_count = 262144" | sudo tee /etc/sysctl.d/98-elkdocker.conf