{"id":15066032,"url":"https://github.com/difrex/kubeat","last_synced_at":"2025-10-05T03:30:35.496Z","repository":{"id":71929081,"uuid":"181210632","full_name":"Difrex/kubeat","owner":"Difrex","description":"Kubernetes logging without logfiles","archived":true,"fork":false,"pushed_at":"2019-07-30T11:38:42.000Z","size":239,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-16T17:36:37.948Z","etag":null,"topics":["helm-charts","k8s","kubernetes","logging"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Difrex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-13T18:08:34.000Z","updated_at":"2024-06-19T06:29:42.591Z","dependencies_parsed_at":null,"dependency_job_id":"34a78d93-e91e-44d7-8d58-c6fa8efe3634","html_url":"https://github.com/Difrex/kubeat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Difrex%2Fkubeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Difrex%2Fkubeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Difrex%2Fkubeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Difrex%2Fkubeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Difrex","download_url":"https://codeload.github.com/Difrex/kubeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235356200,"owners_count":18976819,"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":["helm-charts","k8s","kubernetes","logging"],"created_at":"2024-09-25T01:00:05.947Z","updated_at":"2025-10-05T03:30:35.179Z","avatar_url":"https://github.com/Difrex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubeat\n\nA logger for the k8s without any logfiles.\n\n## Why\n\nIn some situations such as not own K8S installation or restricted permissions, we can't use logging based on the files via DaemonSet.\nBut, K8S has a pods logging API. The Kubeat do per namespace logging simple.\n\n## How to use\n\nSetup it via the Helm.\n```\ncd helm/kubeat\nemacs values.yaml\nhelm install .\n```\n\nVariables:\n\n| Name                       | Default                     | Description                                                |\n|:---------------------------|:----------------------------|:-----------------------------------------------------------|\n| `disable_self_logging`     | `\"yes\"`                     | Do not log self output                                     |\n| `rbac.create`              | `true`                      | Create an new role for the Kubeat                          |\n| `serviceAccount.create`    | `true`                      | Create an new service account                              |\n| `serviceAccount.name`      | `kubeat-logger`             | Name of the service account                                |\n| `serviceAccount.namespace` | `default`                   | Namespace to use                                           |\n| `configmap.type`           | `elasticsearch`             | Type of the logs receiver. Can be `elasticsearch` or `tcp` |\n| `configmap.hosts`          | `[\"http://localhost:9200\"]` | Hosts of the logs receiver.                                |\n| `configmap.index`          | `kubeat`                    | Elasticsearch daily index prefix                           |\n| `configmap.doc_type`       | `k8slog`                    | Elasticsearch document type                                |\n| `configmap.limit`          | `1000`                      | Elasticsearch bucket soft limit                            |\n| `secret.create`            | `true`                      | Create a secret with username and password                 |\n| `secret.username`          | `\"elastic\"`                 | Elasticsearch username                                     |\n| `secret.password`          | `\"password\"`                | Elasticsearch password                                     |\n\n### How to ignore logs from the specific pod\n\nAdd annotation to the pod:\n\n```\nkubeat-disable: \"yes\"\n```\n\n## Project status\n\nIn development, but it has deployed in the production clusters and all working fine.\n\n## Known issues\n\n* Only daily indices is supported\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdifrex%2Fkubeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdifrex%2Fkubeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdifrex%2Fkubeat/lists"}