{"id":13515420,"url":"https://github.com/solzimer/nsyslog","last_synced_at":"2025-08-11T05:21:30.256Z","repository":{"id":21038874,"uuid":"90376140","full_name":"solzimer/nsyslog","owner":"solzimer","description":"Blazing fast, modular, next gen logagent","archived":false,"fork":false,"pushed_at":"2025-07-08T11:34:19.000Z","size":3608,"stargazers_count":11,"open_issues_count":16,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T12:42:51.246Z","etag":null,"topics":["agent","aggregation","concurrent","correlation","filter","flow","log","log-collector","logagent","modular","monitor","processors","reader","real-time","realtime","syslog-server","transporter","transporters"],"latest_commit_sha":null,"homepage":"http://nsyslog.solzimer.es","language":"JavaScript","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/solzimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":null,"patreon":"user?u=24712584","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-05-05T13:01:36.000Z","updated_at":"2025-07-08T11:34:22.000Z","dependencies_parsed_at":"2024-11-01T19:31:47.948Z","dependency_job_id":"b80734b1-7ffb-4acf-afab-02d80b020efc","html_url":"https://github.com/solzimer/nsyslog","commit_stats":{"total_commits":729,"total_committers":3,"mean_commits":243.0,"dds":0.2674897119341564,"last_synced_commit":"00a16a9f11c76a9baef9cf80b190a021433e3ff6"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/solzimer/nsyslog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solzimer%2Fnsyslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solzimer%2Fnsyslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solzimer%2Fnsyslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solzimer%2Fnsyslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solzimer","download_url":"https://codeload.github.com/solzimer/nsyslog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solzimer%2Fnsyslog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269833310,"owners_count":24482423,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agent","aggregation","concurrent","correlation","filter","flow","log","log-collector","logagent","modular","monitor","processors","reader","real-time","realtime","syslog-server","transporter","transporters"],"created_at":"2024-08-01T05:01:11.090Z","updated_at":"2025-08-11T05:21:30.208Z","avatar_url":"https://github.com/solzimer.png","language":"JavaScript","readme":"[![CodeInspector grade](https://www.code-inspector.com/project/2177/score/svg)](https://www.code-inspector.com/public/project/2177/nsyslog/dashboard)\n[![DeepScan grade](https://deepscan.io/api/teams/6420/projects/8423/branches/100189/badge/grade.svg)](https://deepscan.io/dashboard#view=project\u0026tid=6420\u0026pid=8423\u0026bid=100189)\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"doc/assets/logo-nsyslog-tr.png\" alt=\"Logo\" height=\"250px\" style=\"display:block\"\u003e\n\t\u003ci\u003e\u003csub\u003eThe next generation logagent and syslog server!\u003c/sub\u003e\u003c/i\u003e\n\u003c/p\u003e\n\n# nsyslog\nNSyslog is a modern, new generation, logagent and syslog server. It features a modular flow architecture of data collectors (inputs), processors and transporters.\n\n![Architecture](doc/assets/nsyslog.png)\n\nSince all the codebase is written in NodeJS, it has a very small memory footprint and excels at data input/output. It also benefits from the excellent [streams framework](https://nodejs.org/api/stream.html) provided natively by node.\n\n### Main Features\n* Small memory footprint\n* Flow control of push and pull inputs\n* On-Disk input data buffering\n* A wide core catalog [inputs](doc/inputs/index.md), [processors](doc/processors/index.md) and [transporters](doc/transporters/index.md)\n* Extensible with custom inputs, processors and transporters\n* Support for Apache Storm multilang protocol\n* Multicore flows for parallel processing\n\n### Installation\n#### As a CLI app\n```\nnpm install -g nsyslog\n```\n\nThen:\n```shell\n\u003e nsyslog --help\nUsage: nsyslog [options]\n\nOptions:\n  -V, --version            output the version number\n  -f, --file [file]        Config file\n  -t, --test               Only validate config file\n  -L, --log-level [level]  Debug level\n  --cli                    Starts CLI session\n  --cli-start              Starts CLI session and flows\n  -h, --help               output usage information\n```\n\n#### As an embedded module\n```\nnpm install -save nsyslog\n```\n\nThen:\n```javascript\nconst NSyslog = require('nsyslog');\n\nasync function start() {\n\tlet cfg = await NSyslog.readConfig(\"config.json\");\n\tlet nsyslog = new NSyslog(cfg);\n\n\tawait nsyslog.start();\n}\n\nstart();\n```\n\nDocumentation is [available here](doc/README.md)\n","funding_links":["https://patreon.com/user?u=24712584"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolzimer%2Fnsyslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolzimer%2Fnsyslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolzimer%2Fnsyslog/lists"}