Fixed ELK-Stack Docker config
This commit is contained in:
4
dockerfiles/elk/README
Normal file
4
dockerfiles/elk/README
Normal 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
|
||||
Reference in New Issue
Block a user