https://github.com/rayshih/logsys
Docker project including Logstash, ElasticSearch, Kibana
https://github.com/rayshih/logsys
Last synced: about 1 year ago
JSON representation
Docker project including Logstash, ElasticSearch, Kibana
- Host: GitHub
- URL: https://github.com/rayshih/logsys
- Owner: rayshih
- Created: 2014-09-11T03:18:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T07:11:15.000Z (over 11 years ago)
- Last Synced: 2025-02-02T02:45:47.726Z (over 1 year ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log System
This docker image consists of
- logstash
- elasticsearch
- kibana
- nginx for http auth
## How to run
1. prepare file `./kibana.htpasswd` for http auth
2. modify the `Makefile` as you need
3. run `make build`
4. run `make run`
## Note for generate htpasswd
sudo apt-get install apache2-utils
sudo htpasswd -c ./kibana.htpasswd exampleuser