{"id":27185051,"url":"https://github.com/threefoldtech/logagg","last_synced_at":"2025-04-09T17:10:16.858Z","repository":{"id":199879424,"uuid":"484011246","full_name":"threefoldtech/logagg","owner":"threefoldtech","description":"Simple log aggregator that receive log streams over web socket then handle it as configured","archived":false,"fork":false,"pushed_at":"2024-04-16T14:57:18.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-04-16T18:29:49.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/threefoldtech.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2022-04-21T10:44:45.000Z","updated_at":"2023-10-12T09:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d5a1ab7-36da-4317-a259-7309467a7cdc","html_url":"https://github.com/threefoldtech/logagg","commit_stats":null,"previous_names":["threefoldtech/logagg"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Flogagg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Flogagg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Flogagg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Flogagg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threefoldtech","download_url":"https://codeload.github.com/threefoldtech/logagg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074976,"owners_count":21043490,"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":[],"created_at":"2025-04-09T17:10:16.257Z","updated_at":"2025-04-09T17:10:16.850Z","avatar_url":"https://github.com/threefoldtech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logagg\n\nThis is a simple log aggregator service. The service can be ran by anyone to receive streamed logs from multiple sources (mainly VMs). [tailstream](https://github.com/threefoldtech/tailstream) is the tool which used in our VMs.\n\n## Configuration\nConfiguration is passed via `--cfg` argument which accepts a `path` to a `yaml` file.\n\nThe `yaml` file has the following structure.\n```yaml\nlisten: \u003clisten address\u003e\noutput:\n  - kind: \u003coutput type i.e. file\u003e\n    config: \u003c i.e. /where/to/keep/thelogs/ for a *file* kind\u003e\n  - kind: ...\n    config: ...\n```\n\n## Types of received message\n\n- text for not compressed message\n- binary for gzip compressed message\n\n## Url form\n\nsend messages to the following url with this form\n\n\n`ws://\u003clisten-address\u003e/logs/\u003cname\u003e`\n\n- `listen-address` is the one written into the `\u003cconfig\u003e.yaml`.\n- `name` is the name of the log file i.e. text file.\n\n## Usage\n```\nlogagg --cfg /path/to/\u003cconfig\u003e.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefoldtech%2Flogagg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreefoldtech%2Flogagg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefoldtech%2Flogagg/lists"}