mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-28 07:56:32 +01:00
update elk
This commit is contained in:
@@ -5,6 +5,19 @@ ELK
|
||||
- Logstash
|
||||
- Kibana
|
||||
|
||||
## How it works
|
||||
|
||||

|
||||
|
||||
## Up and running
|
||||
|
||||
```bash
|
||||
$ sysctl -w vm.max_map_count=262144
|
||||
$ vi /etc/sysctl.conf
|
||||
vm.max_map_count = 262144
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
## Delete indices older than 7 days
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user