mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:48 +02:00
update elk
This commit is contained in:
parent
f5f4626ad2
commit
5ced0a78c7
@ -5,6 +5,19 @@ ELK
|
|||||||
- Logstash
|
- Logstash
|
||||||
- Kibana
|
- 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
|
## Delete indices older than 7 days
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user