stanislav-web / DLS

Distributed Logging System based on ELK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Logging System based on ELK

Logstash

Configuration

Logstash

logstash/config/logstash.yml
logstash/pipeline/logstash.conf

Elasticsearch

elasticsearch/config/elasticsearch.yml

Kibana

kibana/config/kibana.yml

INSTALL

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

Kibana Dashboard : http://localhost:5601 -> elastic / changeme
ElasticSearch    : http://localhost:9200 -> elastic / changeme

About

Distributed Logging System based on ELK