{"id":19067137,"url":"https://github.com/gox1337/syslog-stasher","last_synced_at":"2025-02-22T03:27:10.831Z","repository":{"id":65513581,"uuid":"328384485","full_name":"GoX1337/syslog-stasher","owner":"GoX1337","description":"Simple Syslog RFC5424 server","archived":false,"fork":false,"pushed_at":"2021-01-11T08:17:38.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-25T09:21:12.698Z","etag":null,"topics":["syslog","syslog-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/GoX1337.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":"2021-01-10T13:03:07.000Z","updated_at":"2021-01-11T08:17:41.000Z","dependencies_parsed_at":"2023-01-26T20:45:16.680Z","dependency_job_id":null,"html_url":"https://github.com/GoX1337/syslog-stasher","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/GoX1337%2Fsyslog-stasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoX1337%2Fsyslog-stasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoX1337%2Fsyslog-stasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoX1337%2Fsyslog-stasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoX1337","download_url":"https://codeload.github.com/GoX1337/syslog-stasher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122465,"owners_count":19751139,"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":["syslog","syslog-server"],"created_at":"2024-11-09T01:00:10.102Z","updated_at":"2025-02-22T03:27:10.809Z","avatar_url":"https://github.com/GoX1337.png","language":"JavaScript","readme":"# Simple Syslog RFC5424 TCP server\n\n## Example:\n```javascript\nconst SyslogStasher = require('syslog-stasher');\n\nconst options = {\n    port: 514,\n    maxConnections: 10,\n    persistence: true,\n    mongoDb: {\n        uri: 'mongodb://localhost:27017',\n        name: 'logs-db',\n        logCollectionName: 'logs',\n        expirationDelayInDays: 3\n    }\n};\n\nconst syslogServer = new SyslogStasher(options);\n\nsyslogServer.on('msg', (msg) =\u003e {\n    console.log('SYSLOG:', msg);\n});\n\nsyslogServer.on('error', (err) =\u003e {\n    console.error('SYSLOG:', err);\n});\n\nsyslogServer.listen(() =\u003e {\n    console.log(`Syslog server listening on ${options.port}...`);\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgox1337%2Fsyslog-stasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgox1337%2Fsyslog-stasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgox1337%2Fsyslog-stasher/lists"}