{"id":17919641,"url":"https://github.com/asim/logslam","last_synced_at":"2025-08-10T16:38:57.374Z","repository":{"id":1064521,"uuid":"901175","full_name":"asim/logslam","owner":"asim","description":"remote log viewer","archived":false,"fork":false,"pushed_at":"2010-09-10T12:37:24.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-16T04:25:08.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/asim.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":"2010-09-10T12:10:44.000Z","updated_at":"2021-04-08T18:54:30.000Z","dependencies_parsed_at":"2022-07-15T06:47:20.073Z","dependency_job_id":null,"html_url":"https://github.com/asim/logslam","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/asim%2Flogslam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asim%2Flogslam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asim%2Flogslam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asim%2Flogslam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asim","download_url":"https://codeload.github.com/asim/logslam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237877100,"owners_count":19380347,"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-10-28T20:18:27.732Z","updated_at":"2025-02-08T21:46:25.901Z","avatar_url":"https://github.com/asim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logslam: Centralized remote log streaming server and client\n\nLogslam is written in ruby with eventmachine. It provides remote access to log files \nwithout needing ssh access to the server.\n\n## Install\n\n    gem install logslam\n\n## Usage\n\n    Usage: logslam [options]\n        -c, --config-file FILE           Config file to run server\n        -D, --daemonize                  Daemonize logslam when running the server\n        -d, --dir DIRECTORY              The directory logs files are in\n        -g, --get FILE                   Specify name of log file\n    \t-h, --host HOST                  Host to connect to or run on as server (default: 0.0.0.0)\n    \t-i, --interactive                Operate in interactive mode\n    \t-l, --list                       List available log files\n    \t-n, --lines LINES                Number of lines to tail\n    \t-P, --port PORT                  Port to connect to or run as server (default: 8089)\n    \t-p, --password [password]\n    \t-u, --username USERNAME\n    \t-s, --server                     Run a LogslamServer\n        --help\n\n    Example:\n        client: /usr/bin/logslam --get logfile --username foo --password bar\n        server: /usr/bin/logslam -s -H localhost -P 8089 -d /tmp\n\n\n    Credentials can be stored in ~/.logslam in YAML format:\n        username: foo\n        password: bar\n        host: baz\n\n## Quickstart Server:\n\nThe following command will start a server in the foreground and serve files from /tmp. Use -D to daemonize.\n\n    logslam -s -d /tmp\n\n## Quickstart Client:\n\n    list files:\n    logslam -l\n\n    get file:\n    logslam -g [filename]\n\n    get last 10 lines of file:\n    logslam -g [filename] -n 10\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasim%2Flogslam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasim%2Flogslam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasim%2Flogslam/lists"}