Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmf-san/docker-based-monitoring-stack-boilerplate
This is a boilerplate for docker based monitoring stack.
https://github.com/bmf-san/docker-based-monitoring-stack-boilerplate
cadvisor docker docker-compose efk elasticsearch fluentd grafana kibana node-exporter prometheus
Last synced: about 1 month ago
JSON representation
This is a boilerplate for docker based monitoring stack.
- Host: GitHub
- URL: https://github.com/bmf-san/docker-based-monitoring-stack-boilerplate
- Owner: bmf-san
- License: mit
- Created: 2021-12-17T11:00:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T19:22:13.000Z (about 3 years ago)
- Last Synced: 2024-10-16T03:21:04.750Z (3 months ago)
- Topics: cadvisor, docker, docker-compose, efk, elasticsearch, fluentd, grafana, kibana, node-exporter, prometheus
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-based-monitoring-stack-boilerplate
This is a boilerplate for docker based monitoring stack.# Monitoring stacks
- Elasticsearch
- Fluentd
- Kibana
- Grafana
- Prometheus
- node-exporter
- cadvisor# What you can do with this boilerplate?
- Application log monitoring
- By using Elasticsearch, Fluentd, Kibana
- Container metrics monitoring
- By using Prometheus, cadvisor, Grafana
- OS metrics monitoring
- By using Prometheus, node-exporter, Grafana# Get started
Copy a `.env.example` as `.env`Build containers.
`docker compose build`Then, run containers.
`docker compose up`| Application | URL |
| --------------- | --------------------------- |
| app | http://localhost:8080/ |
| prometheus | http://localhost:9090/graph |
| node-exporter | http://localhost:9100/ |
| mysqld-exporter | http://localhost:9104/ |
| grafana | http://localhost:3000/ |
| kibana | http://0.0.0.0:5601/ |![スクリーンショット 2021-12-18 4 04 19](https://user-images.githubusercontent.com/13291041/146595314-d593b9d8-9faa-4275-8c94-6c12cfcbfe36.png)
# Appendix
[gobel-example](https://github.com/bmf-san/gobel-example)