{"id":27243448,"url":"https://github.com/dalee/udp-web-logger","last_synced_at":"2025-06-19T01:33:45.603Z","repository":{"id":57654202,"uuid":"105597220","full_name":"Dalee/udp-web-logger","owner":"Dalee","description":"Dead simple udp logger with web ui","archived":false,"fork":false,"pushed_at":"2018-08-15T18:31:53.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T20:50:45.863Z","etag":null,"topics":["logger","udp","udp-logger"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Dalee.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}},"created_at":"2017-10-02T23:55:19.000Z","updated_at":"2020-06-07T09:07:03.000Z","dependencies_parsed_at":"2022-09-01T01:11:56.361Z","dependency_job_id":null,"html_url":"https://github.com/Dalee/udp-web-logger","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Dalee/udp-web-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fudp-web-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fudp-web-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fudp-web-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fudp-web-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dalee","download_url":"https://codeload.github.com/Dalee/udp-web-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fudp-web-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260663856,"owners_count":23044099,"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":["logger","udp","udp-logger"],"created_at":"2025-04-10T20:36:56.090Z","updated_at":"2025-06-19T01:33:40.589Z","avatar_url":"https://github.com/Dalee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDP Web Logger\n\n[![Build Status](https://travis-ci.org/Dalee/udp-web-logger.svg?branch=master)](https://travis-ci.org/Dalee/udp-web-logger)\n[![codecov](https://codecov.io/gh/Dalee/udp-web-logger/branch/master/graph/badge.svg)](https://codecov.io/gh/Dalee/udp-web-logger)\n\n## Requirements\n\n- Go 1.10\n\n## Why\n\nThe very common use case is when your applications use `syslog` as a transport for the logs.\nIn staging / production you can set up `ELK` stack with `logstash` parsing pattern like:\n\n```\n\u003c%{POSINT:syslog_pri}\u003e%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\\[%{POSINT:syslog_pid}\\])?: %{GREEDYDATA:syslog_message}\n```\n\nBut during developing the whole `ELK` stack is not needed mostly. That's where this logger comes in. Cool thing is that\nyou can embed this daemon into a `Vagrant` box.\n\n## Usage\n\n```\n$ UDP_LISTEN=\"127.0.0.1:10110\" WEB_LISTEN=\"127.0.0.1:10100\" ./udp-web-logger --help\n\nUsage: udp-web-logger [options]\n\nOptions:\n--udp-read-buffer-size   size of buffer to read incoming UDP packet into. Default: 4096.\n--max-messages           maximum amount of messages to keep. Default: 50.\n--help                   prints this message.\n\nEnv:\nUDP_LISTEN - address to listen UDP on. Default: 127.0.0.1:9010.\nWEB_LISTEN - address to listen HTTP on. Default: 127.0.0.1:9000.\n```\n\n## Links\n\nhttps://github.com/Dalee/elk-playground\n\nhttps://github.com/Dalee/node-logger\n\nhttps://github.com/Dalee/monolog-syslog3164\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalee%2Fudp-web-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalee%2Fudp-web-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalee%2Fudp-web-logger/lists"}