{"id":26234009,"url":"https://github.com/teragrep/snw_01","last_synced_at":"2026-05-20T12:06:02.324Z","repository":{"id":204491085,"uuid":"710770540","full_name":"teragrep/snw_01","owner":"teragrep","description":"Table data-pump export to relp syslog","archived":false,"fork":false,"pushed_at":"2024-01-09T10:08:35.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-17T19:13:17.198Z","etag":null,"topics":["audit-log","data-export","data-pump","export","java","logging","relp","relp-client","servicenow","servicenow-api","syslog"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teragrep.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2023-10-27T12:02:26.000Z","updated_at":"2023-10-30T15:15:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1df3dfc-304c-4713-ab2d-2880772b97ef","html_url":"https://github.com/teragrep/snw_01","commit_stats":null,"previous_names":["teragrep/snw_01"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fsnw_01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fsnw_01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fsnw_01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fsnw_01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/snw_01/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318832,"owners_count":20272159,"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":["audit-log","data-export","data-pump","export","java","logging","relp","relp-client","servicenow","servicenow-api","syslog"],"created_at":"2025-03-13T01:18:29.736Z","updated_at":"2025-12-26T12:32:26.874Z","avatar_url":"https://github.com/teragrep.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Log to RELP forwarder (snw_01)\n\n== Requirements\n\n`java-11`\n\n== Configurations\n\nAll configuration settings are passed as system properties. They can be edited with `systemctl edit --full snw_01`\n\n[cols=3,2]\n|===\n|Property|Default value|Description\n\n|`log4j2.configurationFile`|`\\file:///opt/teragrep/snw_01/etc/log4j2.xml`|log4j2 configuration location\n|`syslog.appname`|`snw-02`|Relp application name\n|`syslog.hostname`|localhost.localdomain|Relp hostname\n|`tableApi.version`|`v2`|API version\n|`tableApi.sysParamLimit`|`1000`|API system parameter limit\n|`tableApi.tables`|`sysevent,syslog_transaction`|Tables to fetch\n|`tableApi.username`||Username for authenticating to the API\n|`tableApi.password`||Password for authenticating to the API\n|`tableApi.url.scheme`|`http`|Protocol to use when connecting to the API\n|`tableApi.url.host`|`localhost`|API host\n|`tableApi.url.port`|`8080`|API port\n|`statestore.directory`|`var`|Statestore directory, relative to current working directory\n|`scheduler.interval`|`2000`|Fetch interval\n|`proxy.enabled`|`false`|Is proxy enabled\n|`proxy.host`|`localhost`|Proxy hostname\n|`proxy.port`|`3128`|Proxy port\n|`proxy.authentication.enabled`|`false`|Does proxy require authentication\n|`proxy.authentication.username`||Username for proxy authentication\n|`proxy.authentication.password`||Password for proxy authentication\n|`relp.connection.timeout`|`5000`|Relp connection timeout, in milliseconds\n|`relp.transaction.read.timeout`|`5000`|Relp transaction reading timeout, in milliseconds\n|`relp.transaction.write.timeout`|`5000`|Relp transaction writing timeout, in milliseconds\n|`relp.connection.retry.interval`|`5000`|Relp connection retry interval, in milliseconds\n|`relp.connection.port`|`601`|Relp target port\n|`relp.connection.address`|`localhost`|Relp target address\n|===\n\n== Usage\n\n[source,]\n----\nsystemctl start snw_01\n----\n\n== Contributing\n \n// Change the repository name in the issues link to match with your project's name\n \nYou can involve yourself with our project by https://github.com/teragrep/snw_01/issues/new/choose[opening an issue] or submitting a pull request.\n \nContribution requirements:\n \n. *All changes must be accompanied by a new or changed test.* If you think testing is not required in your pull request, include a sufficient explanation as why you think so.\n. Security checks must pass\n. Pull requests must align with the principles and http://www.extremeprogramming.org/values.html[values] of extreme programming.\n. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO).\n \nRead more in our https://github.com/teragrep/teragrep/blob/main/contributing.adoc[Contributing Guideline].\n \n=== Contributor License Agreement\n \nContributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories.\n \nYou need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Fsnw_01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Fsnw_01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Fsnw_01/lists"}