{"id":20704126,"url":"https://github.com/solidsnack/weblog","last_synced_at":"2026-04-24T10:01:34.025Z","repository":{"id":8309102,"uuid":"9854695","full_name":"solidsnack/weblog","owner":"solidsnack","description":"This is an experiment to learn Dart, by building a log browser.","archived":false,"fork":false,"pushed_at":"2013-05-04T13:56:53.000Z","size":472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T17:08:18.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solidsnack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-04T13:54:37.000Z","updated_at":"2013-12-18T07:32:57.000Z","dependencies_parsed_at":"2022-08-07T02:01:38.024Z","dependency_job_id":null,"html_url":"https://github.com/solidsnack/weblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidsnack%2Fweblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidsnack%2Fweblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidsnack%2Fweblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidsnack%2Fweblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidsnack","download_url":"https://codeload.github.com/solidsnack/weblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242971561,"owners_count":20215030,"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":"2024-11-17T01:11:10.215Z","updated_at":"2026-04-24T10:01:28.968Z","avatar_url":"https://github.com/solidsnack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nWeblog is a browser for system log files. It treats log messages as ordered\ntext tuples, where certain formatting conventions are adhered to:\n\n* The timestamp is the first field of the message and it is an RFC 3339 (or\n  ISO 8601) formatted time and date with no spaces.\n\n* There is DNS hostname, representing a server or \"network location\".\n\n* There is an \"application\" or \"component\" field.\n\nTogether, these three fields locate each message in a browsable, zoomable 3D\nspace of logs. Here's an example of a consumable log message:\n\n    2011-04-09T11:31:21.222222+00 a.server user.err apache[678]: webs active\n\nIt is not hard to get `rsyslog` to format messages exactly this way:\n\n    $template Log, \"%timereported:::date-rfc3339% \\\n                    %hostname% \\\n                    %syslogfacility-text%.%syslogpriority-text% \\\n                    %syslogtag%\\\n                    %msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\\n\"\n    $ActionFileDefaultTemplate Log\n\nWhy strings, even for timestamps? Well, not-parsing is faster than parsing...\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidsnack%2Fweblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidsnack%2Fweblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidsnack%2Fweblog/lists"}