{"id":20410889,"url":"https://github.com/ates/esyslog","last_synced_at":"2026-05-05T16:02:01.530Z","repository":{"id":7175815,"uuid":"8477507","full_name":"ates/esyslog","owner":"ates","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-12T10:41:22.000Z","size":254,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T13:10:36.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/ates.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":"2013-02-28T11:10:47.000Z","updated_at":"2014-06-22T12:25:57.000Z","dependencies_parsed_at":"2022-08-27T22:10:25.125Z","dependency_job_id":null,"html_url":"https://github.com/ates/esyslog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fesyslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fesyslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fesyslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fesyslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ates","download_url":"https://codeload.github.com/ates/esyslog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241955047,"owners_count":20048405,"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":[],"created_at":"2024-11-15T05:48:59.181Z","updated_at":"2026-05-05T16:01:56.503Z","avatar_url":"https://github.com/ates.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"esyslog: Simple interface to syslog\n===================================\n\nSample configuration\n--------------------\n\n\u003cpre\u003e\n[\n    {esyslog, [\n        {server, {127, 0, 0, 1}},\n        {port, 514}\n    ]}\n].\n\u003c/pre\u003e\n\nSample syslog-ng configuration\n------------------------------\n\n\u003cpre\u003e\ndestination d_mylog {\n    file(\"/var/log/my.log\");\n};\n\nsource s_net {\n    udp();\n};\n\nlog {\n    source(s_net);\n    destination(d_mylog);\n};\n\u003c/pre\u003e\n\nSample rsyslog configuration\n----------------------------\n\n\u003cpre\u003e\n$ModLoad imudp\n$UDPServerRun 514\n\nif $programname == 'YOUR_PROGRAM' then /var/log/your_program.log\n\u003c/pre\u003e\n\nLICENSE\n-------\n\nSome code was taken from https://github.com/lemenkov/erlsyslog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fates%2Fesyslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fates%2Fesyslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fates%2Fesyslog/lists"}