{"id":16352306,"url":"https://github.com/bugthesystem/k8splunk","last_synced_at":"2025-10-26T02:31:32.322Z","repository":{"id":149223090,"uuid":"83831306","full_name":"bugthesystem/k8splunk","owner":"bugthesystem","description":"Send kubernetes logs to splunk using fluentd","archived":false,"fork":false,"pushed_at":"2017-11-30T19:35:14.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T13:49:50.239Z","etag":null,"topics":["fluentd","helm","kubernetes","logging","splunk"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugthesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-03T19:00:09.000Z","updated_at":"2021-11-22T11:54:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbcba8a2-4973-434c-8876-454b2431eb25","html_url":"https://github.com/bugthesystem/k8splunk","commit_stats":null,"previous_names":["bugthesystem/k8splunk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fk8splunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fk8splunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fk8splunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fk8splunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/k8splunk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238247989,"owners_count":19440879,"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":["fluentd","helm","kubernetes","logging","splunk"],"created_at":"2024-10-11T01:25:40.739Z","updated_at":"2025-10-26T02:31:32.002Z","avatar_url":"https://github.com/bugthesystem.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8splunk\n\n\u003e Send [kubernetes](https://github.com/kubernetes/kubernetes) logs to [splunk](https://github.com/splunk) using [fluentd](https://github.com/fluent/fluentd)\n\n\n## Before start\n**Update [td-agent.conf](https://github.com/ziyasal/k8splunk/blob/master/td-agent.conf#L287)**\n\n```sh\n\u003cmatch **\u003e\n  # Other settings omitted for brevity\n  server your-splunk-endpoint-here\n  token your-splunk-hec-token\n\u003c/match\u003e\n```\n\n**Create `config-map` for `td-agent.conf`**\n\n```sh\n./create-config-map.sh\n```\n\n## Deploy Manually\n\n### build Docker image\n\n```sh\ndocker build -t ziyasal/k8splunk:{tag} .\n```\n\n### Deploy Daemonset\n\n```sh\nkubectl create -f k8splunk-ds.yaml\n```\n\n### To deploy local splunk (demo purpose only)\n\n**:warning:** Demo splunk installation requires to configure http event collector to receive logs ([setup link](http://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector))\n\n```sh\nkubectl create -f splunk-rc.yaml -f splunk-svc.yaml\n```\n\n## Deploy via `Helm`\n:warning: Required changes in [values.yaml](https://github.com/ziyasal/k8splunk/blob/master/helm-chart/k8splunk/values.yaml#L5) file;\n\n```yaml\nimage:\n  repository: your-repository\n  \n# and\n\npull:\n  secretName : your-secret-name\n```\n\n### Package\n\n```sh\nhelm package k8splunk\n```\n\n### Install chart\n\n```sh\nhelm install k8splunk-{your version}.tgz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fk8splunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fk8splunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fk8splunk/lists"}