mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:48:55 +02:00
update elk
This commit is contained in:
parent
f5f4626ad2
commit
5ced0a78c7
@ -5,6 +5,19 @@ ELK
|
||||
- Logstash
|
||||
- Kibana
|
||||
|
||||
## How it works
|
||||
|
||||
![](https://logz.io/wp-content/uploads/2017/03/elk-pipeline-in-docker-environment.png)
|
||||
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user