The Wayback Machine - https://web.archive.org/web/20210109223259/https://github.com/k8s-study/logging
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Logging in Kubernetes

Logging in Kubernetes

Document to describe how to centrally gather the microservices's log data in k8s-study's Kubernetes cluster.


This is a highly opinionated logging method for Kubernetes cluster.

This method has the following logging pipeline:

  • Filebeat
  • Logstash
  • Elasticsaerch
  • Kibana

Getting Started

To be updated.

$ git clone https://github.com/k8s-study/logging
$ cd logging

Tech Stack

  • Filebeat - Easily ship log file data to Logstash and Elasticsearch to centralize your logs.
  • Logstash - The central dataflow engine in the Elastic Stack for gathering, enriching, and unifying all of your data regardless of format or schema.
  • Elasticsearch - A search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
  • Kibana - An analytics and visualization platform designed to work with Elasticsearch.

References

Logging in Docker

ELK Stack

Contributing

This project follows the Contributor Covenant Code of Conduct.

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or ask feature requests.

License

Provided under the terms of the MIT License.

Copyright © 2018, Byungjin Park.

You can’t perform that action at this time.