https://github.com/stanislav-web/dls
Distributed Logging System based on ELK
https://github.com/stanislav-web/dls
dls elasticsearch elk kibana logs logstash
Last synced: about 1 year ago
JSON representation
Distributed Logging System based on ELK
- Host: GitHub
- URL: https://github.com/stanislav-web/dls
- Owner: stanislav-web
- Created: 2017-10-22T18:32:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T18:33:14.000Z (over 8 years ago)
- Last Synced: 2025-01-23T22:14:08.126Z (over 1 year ago)
- Topics: dls, elasticsearch, elk, kibana, logs, logstash
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Distributed Logging System based on ELK

##### Configuration
Logstash
```
logstash/config/logstash.yml
logstash/pipeline/logstash.conf
```
Elasticsearch
```
elasticsearch/config/elasticsearch.yml
```
Kibana
```
kibana/config/kibana.yml
```
### INSTALL
```bash
docker-compose up
```
##### OVERVIEW
By default, the stack exposes the following ports:
```
5000: Logstash TCP input.
9200: Elasticsearch HTTP
9300: Elasticsearch TCP transport
5601: Kibana
```
#### Using
```bash
Kibana Dashboard : http://localhost:5601 -> elastic / changeme
ElasticSearch : http://localhost:9200 -> elastic / changeme
```