{"id":28233491,"url":"https://github.com/logdna/logdna-rsyslog","last_synced_at":"2026-01-27T12:01:48.700Z","repository":{"id":43645738,"uuid":"200748840","full_name":"logdna/logdna-rsyslog","owner":"logdna","description":"Kubernetes rsyslog proxy for forwarding logs to LogDNA","archived":false,"fork":false,"pushed_at":"2022-11-01T16:48:24.000Z","size":21,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-27T19:08:16.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/logdna.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":"2019-08-06T00:42:36.000Z","updated_at":"2023-07-25T14:27:59.000Z","dependencies_parsed_at":"2023-01-21T05:05:11.176Z","dependency_job_id":null,"html_url":"https://github.com/logdna/logdna-rsyslog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/logdna/logdna-rsyslog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logdna%2Flogdna-rsyslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logdna%2Flogdna-rsyslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logdna%2Flogdna-rsyslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logdna%2Flogdna-rsyslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logdna","download_url":"https://codeload.github.com/logdna/logdna-rsyslog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logdna%2Flogdna-rsyslog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T11:52:46.759Z","status":"ssl_error","status_checked_at":"2026-01-27T11:52:35.059Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-05-18T21:10:10.211Z","updated_at":"2026-01-27T12:01:48.688Z","avatar_url":"https://github.com/logdna.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## logdna-rsyslog\n\n### Overview\n\nlogdna-rsyslog receives syslog logs via rsyslog and forwards them to LogDNA's https endpoint. It is currently only intended for use on a Kubernetes cluster, and not other container-based frameworks, such as Docker, but can be adapted fairly easily. This project is currently in beta.\n\n### Installation steps\n\nYou can install logdna-rsyslog https forwarder with 3 kubectl commands:\n```\nkubectl create secret generic logdna-agent-key --from-literal=logdna-agent-key=REPLACE-WITH-LOGDNA-INGESTION-KEY\nkubectl apply -f https://raw.githubusercontent.com/logdna/logdna-rsyslog/master/logdna-rsyslog-config-https.yml\nkubectl apply -f https://raw.githubusercontent.com/logdna/logdna-rsyslog/master/logdna-rsyslog-workload.yml\n```\n\n### Usage and modification\n\nAfter applying the above commands, you should begin to see logs in the LogDNA web UI. You can also modify the following in `logdna-rsyslog-config-https.yml` to adjust logdna-rsyslog to your liking\n* The`logdna-url` is set to `logs.logdna.com`, but can be changed to send to other LogDNA deployment sites.\n* The `logdna-rsyslog` rsyslog template can be customized to pre-parse problematic / non-compliant rsyslog lines (e.g. router or motherboard firmware logs)\n* The `logdna-rsyslog` service endpoint can be configured to be an external LoadBalancer or NodePort if you wish to expose the service publicly\n\nFor reference, the Docker image is available on [Docker Hub](https://hub.docker.com/r/logdna/logdna-rsyslog)\n\n### TCP+TLS support\n\nAs an alternate mechanism, you can also stream logs to us via the traditional TCP+TLS rsyslog method. This is not recommended, as https is more robust, but this can act as a useful fallback or test harness. Install the TCP+TLS version is very similar to the https steps:\n```\nkubectl create secret generic logdna-agent-key --from-literal=logdna-agent-key=REPLACE-WITH-LOGDNA-INGESTION-KEY\nkubectl apply -f https://raw.githubusercontent.com/logdna/logdna-rsyslog/master/logdna-rsyslog-config-tls.yml\nkubectl apply -f https://raw.githubusercontent.com/logdna/logdna-rsyslog/master/logdna-rsyslog-workload.yml\n```\n\n### Future improvements\n\nWhile this application is functional and has been tested in Kubernetes, there are a number of future improvements we have in mind:\n* Allow receiving rsyslog lines over TCP+TLS instead of plain TCP\n* Configure batching of lines for better ingestion performance\n* Add Kubernetes RBAC and don't run the image as the root user (better security)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogdna%2Flogdna-rsyslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogdna%2Flogdna-rsyslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogdna%2Flogdna-rsyslog/lists"}