Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.66 KB

File metadata and controls

45 lines (31 loc) · 1.66 KB

Fury Kubernetes Logging

This repo contains logging components to deploy on top of Kubernetes. Fury's logging stack is based on Elasticsearch, a very popular open source search engine commonly used for log analytics. Other components are used in integration with Elasticsearch.

Requirements

All packages in this repository have following dependencies, for package specific dependencies please visit the single package's documentation:

Examples

To see examples on how to customize Fury distribution packages with kustomize please go to examples.

Logging Packages

Following packages are included in Fury Kubernetes Logging katalog. All resources in these packages are going to be deployed in logging namespace in your Kubernetes cluster.

  • cerebro: Cerebro instance to manage Elasticsearch cluster via a graphical user interface
  • curator: Curator instance to manage Elasticsearch indices
  • elasticsearch-single: Single node Elasticsearch deployment
  • elasticsearch-triple: Three node Elasticsearch cluster deployment
  • fluentd: fluentd instance to collect logging data and store in Elasticsearch
  • kibana: Kibana instance to visualize and analyse Elasticsearch data.

You can click on each package to see its documentation.

License

For license details please see LICENSE