Skip to content

nickytd/kubernetes-logging-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact Hub Release Charts Publis Documentation

kubernetes-logging-helm with OpenSearch

This helm chart deploys a scalable containerized logging stack, enabling log observability for kubernetes applications with OpenSearch. The deployment may take various forms, from a single node setup usable for a local development up to scaled multi nodes opensearch deployments used in production environments. It is an easy way to provision a managed OpenSearch cluster with optional kafka brokers, flunet-bits and logstash(s) supplying additional initialization steps for the various components.

Kubernetes Logging Stack

Adding the helm chart repository:

helm repo add logging https://nickytd.github.io/kubernetes-logging-helm
helm repo update
helm install ofd logging/kubernetes-logging

Pages: https://nickytd.github.io/kubernetes-logging-helm

Uprgade Notes 2.x to 3.0.0: Since version 3.0.0, the chart values are renamed and follow camel case recommendation.

Chart version 4.0.0 now features OpenSearch & Dashboards 2.0.0 - Release Notes

Uprgade Notes 4.x to 4.2.0: Chart version 4.2.0 delivers OpenSearch 2.2.0. In this release the nomenclature is changed for the master node. Now it is called "cluster-manager". As a result the chart values.yaml is adapted as well reflecting the naming convention in OpenSearch. The "master" in values.yaml is renamed to "clusterManager".