{"id":26233990,"url":"https://github.com/teragrep/rlp_07","last_synced_at":"2026-03-02T12:13:32.450Z","repository":{"id":118638632,"uuid":"516687224","full_name":"teragrep/rlp_07","owner":"teragrep","description":"Teragrep RELP syslog to standard output server application","archived":false,"fork":false,"pushed_at":"2025-04-07T13:35:39.000Z","size":40,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T12:11:58.939Z","etag":null,"topics":["java","relp","relp-server","syslog-server","teragrep"],"latest_commit_sha":null,"homepage":"https://teragrep.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-22T09:19:17.000Z","updated_at":"2025-04-07T13:35:43.000Z","dependencies_parsed_at":"2023-12-12T13:29:15.061Z","dependency_job_id":"6ac10b49-803c-46c1-9e37-6c968ab6d2ca","html_url":"https://github.com/teragrep/rlp_07","commit_stats":null,"previous_names":["teragrep/rlp_07"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/teragrep/rlp_07","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_07","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_07/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_07/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_07/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/rlp_07/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_07/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["java","relp","relp-server","syslog-server","teragrep"],"created_at":"2025-03-13T01:18:23.184Z","updated_at":"2026-02-19T10:01:34.168Z","avatar_url":"https://github.com/teragrep.png","language":"Java","readme":"= Example RELP Server\n\nBuild with\n[source, bash]\n----\nmvn clean package\n----\n\nRun with\n[source, bash]\n----\njava -jar rlp_07.jar\n----\n\nListens to plain server port 1601 by default and prints received events.\n\nPort can be changed with \"-Dport=1234\" command-line argument.\n\nTLS mode can be enabled with \"-Dtls=true\" command-line argument.\n\nCustom server keystore can be supplied with \"-DtlsKeystore=path/to/file.jks\".\n\nCustom server keystore password can be supplied with \"-DtlsKeystorePassword=MyCustomPassword\".\n\nInternal component logging levels can be managed with \"-Dloglevel=INFO\". You can read more about logging levels https://logging.apache.org/log4j/2.x/manual/customloglevels.html[here].\n\n[source, bash]\n----\njava -Dlog4j.configurationFile=log4j2.xml -jar rlp_07.jar\n----\n\n== Running the container\n\nYou can run the prebuilt container by simply running:\n\n`docker run -ti --rm ghcr.io/teragrep/rlp_07/app:latest`\n\nThe container respects the following environment variables\n\n[cols]\n|===\n|Environment variable|Property equivalent\n\n|RLP_07_PORT=1243\n|-Dport=1234\n\n|RLP_07_TLS=false\n|-Dtls=false\n\n|RLP_07_TLS_KEYSTORE=/keystore.jks\n|-DtlsKeystore=/keystore.jks\n\n|RLP_07_TLS_KEYSTOREPASSWORD=changeit\n|-DtlsKeystorePassword=changeit\n\n|RLP_07_LOGLEVEL=INFO\n|-Dloglevel=INFO\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/rlp_07/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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlp_07","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Frlp_07","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlp_07/lists"}