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.
All packages in this repository have following dependencies, for package specific dependencies please visit the single package's documentation:
- Kubernetes >=
v1.10.0
- Furyctl package manager to install Fury packages
- Kustomize >=
v1
To see examples on how to customize Fury distribution packages with kustomize please go to examples.
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.
For license details please see LICENSE