{"id":26233978,"url":"https://github.com/teragrep/cfe_16","last_synced_at":"2025-04-22T12:11:38.354Z","repository":{"id":273857065,"uuid":"836131751","full_name":"teragrep/cfe_16","owner":"teragrep","description":"Teragrep data capture for HTTP events","archived":false,"fork":false,"pushed_at":"2025-03-13T13:02:21.000Z","size":108,"stargazers_count":0,"open_issues_count":7,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T15:02:09.768Z","etag":null,"topics":["data-capture","datacapture","hec","http-event-collector","syslog","syslog-bridge","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":"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T08:06:11.000Z","updated_at":"2025-03-13T13:02:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"19494edd-0097-4a2a-89d1-b070431839f1","html_url":"https://github.com/teragrep/cfe_16","commit_stats":null,"previous_names":["teragrep/cfe_16"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fcfe_16","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fcfe_16/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fcfe_16/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fcfe_16/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/cfe_16/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237834,"owners_count":21397401,"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":["data-capture","datacapture","hec","http-event-collector","syslog","syslog-bridge","teragrep"],"created_at":"2025-03-13T01:18:21.787Z","updated_at":"2025-04-22T12:11:38.346Z","avatar_url":"https://github.com/teragrep.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":":opening-bracket: \u0026#91;\n:closing-bracket: \u0026#93;\n\n= HTTP Event Capture, HEC, to Syslog\n[![Build Status](https://scan.coverity.com/projects/24515/badge.svg)](https://scan.coverity.com/projects/cfe_16)\n\n== License\nAGPLv3 with link:https://github.com/teragrep/cfe_16/blob/master/LICENSE#L665-L670[additional permissions] granted in the license.\n\n== Compiling\n\n[source, shell script]\n----\nmvn clean verify package\n----\n\n== Running\n\n=== Configuration\n\nDefault properties location is at config/application.properties\n\nSupported protocols are RELP, TCP, UDP.\n\n[source, properties]\n----\nsyslog.server.host=127.0.0.1\nsyslog.server.port=601\nsyslog.server.protocol=RELP\nmax.channels=1000000\nmax.ack.value=1000000\nmax.ack.age=20000\nmax.session.age=30000\npoll.time=300000\nconfig.poll.time=5000\nserver.print.times=true\n----\n\nNOTE: It is advised to use RELP and rsyslog for reception for data durability.\n\n=== Execution\n\n[source, shell script]\n----\njava -jar target/cfe_16.jar\n----\n\n== Testing\n\n=== Performance\nPerformance test client execution\n\nTest client is located in class com.teragrep.cfe_16.TestClient\n\nTestClient parameters:\n\n. cfe_16 server hostname\n. cfe_16 server port\n. number of threads\n. number of loops per thread\n\nConnect to Spring embedded Tomcat at localhost:8080, and instantiate one thread\ndoing the HTTP requests.\n\n[source, shell script]\n----\njava -classpath target/classes com.teragrep.cfe_16.TestClient localhost 8080 1 4\n----\n\nNOTE: It is advised to warm up the JVM before reporting the results by running\na warm-up loop with intended amount of threads and 50 loops per thread.\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/cfe_16/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%2Fcfe_16","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Fcfe_16","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Fcfe_16/lists"}