{"id":21433208,"url":"https://github.com/cdwv/efk-stack-helm","last_synced_at":"2025-07-14T13:30:46.319Z","repository":{"id":46587690,"uuid":"136283539","full_name":"cdwv/efk-stack-helm","owner":"cdwv","description":"Helm chart to deploy a working logging solution using the ElasticSearch - Fluentd - Kibana stack on Kubernetes","archived":false,"fork":false,"pushed_at":"2020-09-19T19:54:13.000Z","size":35,"stargazers_count":57,"open_issues_count":4,"forks_count":46,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-08T09:06:24.647Z","etag":null,"topics":["efk","elasticsearch","fluentd","helm-charts","k8s","kibana","kubernetes","kubernetes-monitoring","logging"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdwv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-06T06:35:45.000Z","updated_at":"2025-01-06T09:46:15.000Z","dependencies_parsed_at":"2022-07-20T04:02:34.204Z","dependency_job_id":null,"html_url":"https://github.com/cdwv/efk-stack-helm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdwv/efk-stack-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdwv%2Fefk-stack-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdwv%2Fefk-stack-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdwv%2Fefk-stack-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdwv%2Fefk-stack-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdwv","download_url":"https://codeload.github.com/cdwv/efk-stack-helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdwv%2Fefk-stack-helm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265297455,"owners_count":23742586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["efk","elasticsearch","fluentd","helm-charts","k8s","kibana","kubernetes","kubernetes-monitoring","logging"],"created_at":"2024-11-22T23:26:41.753Z","updated_at":"2025-07-14T13:30:46.036Z","avatar_url":"https://github.com/cdwv.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Chart for Elastic-Fluentd-Kibana logging\n\n* Installs a complete logging solution for Kubernetes nodes, based on this [Kubernetes Addon](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch)\n\n## TL;DR;\n\n```console\n$ git clone https://github.com/cdwv/efk-stack-helm\n$ cd efk-stack-helm\n$ helm install .\n```\n\n## Installing the Chart\n\nTo install the chart with the release name `my-release`:\n\n```console\n$ helm install --name my-release .\n```\n\n## Uninstalling the Chart\n\nTo uninstall/delete the my-release deployment:\n\n```console\n$ helm delete my-release\n```\n\nThe command removes all the Kubernetes components associated with the chart and deletes the release.\n\n\n## Configuration\n\n### Kibana\n\n| Parameter                  | Description                         | Default                                                 |\n|----------------------------|-------------------------------------|---------------------------------------------------------|\n| `rbac.enabled` | Enables RBAC | `false` |\n| `kibana.replicaCount`                 | Number of Kibana nodes | `1` |\n| `kibana.image.repository`         | Image repository | `docker.elastic.co/kibana/kibana` |\n| `kibana.image.tag`                | Image tag. | `6.2.4`|\n| `kibana.image.pullPolicy`         | Image pull policy | `IfNotPresent` |\n| `kibana.service.type`             | Kubernetes service type | `ClusterIP` |\n| `kibana.service.port`             | Kubernetes port where service is exposed| `5601` |\n| `kibana.ingress.enabled`          | Enables Ingress | `false` |\n| `kibana.ingress.annotations`      | Ingress annotations | `{}` |\n| `kibana.ingress.path`           | Custom path                       | `/`\n| `kibana.ingress.hosts`            | Ingress accepted hostnames | `[kibana.dev]` |\n| `kibana.ingress.tls`              | Ingress TLS configuration | `[]` |\n| `kibana.resources.limits.cpu`                | CPU resource limits | `1000m` |\n| `kibana.resources.requests.cpu`                | CPU resource requests | `100m` |\n| `kibana.nodeSelector`             | Node labels for pod assignment | `{}` |\n| `kibana.tolerations`              | Toleration labels for pod assignment | `[]` |\n| `kibana.affinity`                 | Affinity settings for pod assignment | `{}` |\n| `elasticsearch.replicaCount`                 | Number of ElasticSearch nodes | `1` |\n| `elasticsearch.image.repository`         | Image repository | `docker.elastic.co/elasticsearch/elasticsearch` |\n| `elasticsearch.image.tag`                | Image tag. | `6.2.4`|\n| `elasticsearch.image.pullPolicy`         | Image pull policy | `IfNotPresent` |\n| `elasticsearch.service.type`             | Kubernetes service type | `ClusterIP` |\n| `elasticsearch.service.port`             | Kubernetes port where service is exposed| `9200` |\n| `elasticsearch.resources.limits.cpu`                | CPU resource limits | `1000m` |\n| `elasticsearch.resources.requests.cpu`                | CPU resource requests | `100m` |\n| `elasticsearch.nodeSelector`             | Node labels for pod assignment | `{}` |\n| `elasticsearch.tolerations`              | Toleration labels for pod assignment | `[]` |\n| `elasticsearch.affinity`                 | Affinity settings for pod assignment | `{}` |\n| `fluentdElasticsearch.replicaCount`                 | Number of ElasticSearch nodes | `1` |\n| `fluentdElasticsearch.image.repository`         | Image repository | `k8s.gcr.io/fluentd-elasticsearch` |\n| `fluentdElasticsearch.image.tag`                | Image tag. | `v2.0.4`|\n| `fluentdElasticsearch.image.pullPolicy`         | Image pull policy | `IfNotPresent` |\n| `fluentdElasticsearch.service.type`             | Kubernetes service type | `ClusterIP` |\n| `fluentdElasticsearch.service.port`             | Kubernetes port where service is exposed| `9200` |\n| `fluentdElasticsearch.resources.limits.memory`                | Mem resource limits | `500Mi` |\n| `fluentdElasticsearch.resources.requests.cpu`                | CPU resource requests | `100m` |\n| `fluentdElasticsearch.resources.requests.memory`                | Mem resource requests | `200Mi` |\n| `fluentdElasticsearch.nodeSelector`             | Node labels for pod assignment | `{}` |\n| `fluentdElasticsearch.tolerations`              | Toleration labels for pod assignment | `[]` |\n| `fluentdElasticsearch.affinity`                 | Affinity settings for pod assignment | `{}` |\n| `fluentdElasticsearch.dockerContainersPath`      | Path to docker containers on the node | `\"/var/lib/docker/containers\"` |\n\n\n# TODO\n\n* [ ] - Add persistence to elasticsearch (possibly Kibana as well)\n* [ ] - Make sure all [technical requirements](https://github.com/kubernetes/charts/blob/master/CONTRIBUTING.md#technical-requirements) for a PR to kubernetes/charts are met\n* [ ] - Submit as a PR to kubernetes/charts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdwv%2Fefk-stack-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdwv%2Fefk-stack-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdwv%2Fefk-stack-helm/lists"}