Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 653 Bytes

File metadata and controls

23 lines (16 loc) · 653 Bytes

traefik-nginx-fluentd-elasticsearch

コンテナで構築したNginxのアクセスログをFluentdでElasticsearchに送る。

Quick Start

git clone https://github.com/v1tam1nb2/traefik-nginx-fluentd-elasticsearch.git
cd traefik-nginx-fluentd-elasticsearch
docker-compose build
docker-compose up -d
curl http://localhost/service-a.html
curl http://localhost/service-b.html

ログの確認(Kibana)

参考