Add Logstash config to filter example Nginx logs

Signed-off-by: Jing Li <thyrlian@gmail.com>
This commit is contained in:
Jing Li
2020-07-24 02:32:09 +02:00
parent 20e68aa966
commit c02d92a01c
4 changed files with 8168 additions and 0 deletions

View File

@@ -52,3 +52,7 @@ Stop and remove the containers
```
$ docker-compose down
```
## Attribution
The [example Nginx logs](https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana/logstash/nginx.log) are copied from [here](https://github.com/elastic/examples/blob/master/Common%20Data%20Formats/nginx_json_logs/nginx_json_logs).