{"id":22423481,"url":"https://github.com/qbbr/rsyslog-web-app","last_synced_at":"2026-04-13T03:32:17.730Z","repository":{"id":183205951,"uuid":"669765829","full_name":"qbbr/rsyslog-web-app","owner":"qbbr","description":"Web Application for Rsyslog on Symfony + Vue.js ","archived":false,"fork":false,"pushed_at":"2024-10-10T13:42:31.000Z","size":411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:43:12.265Z","etag":null,"topics":["bootstrap","docker","mariadb","php","qbbr","rsyslog","symfony","vuejs"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/qbbr.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-23T11:06:18.000Z","updated_at":"2024-10-10T13:42:35.000Z","dependencies_parsed_at":"2023-11-13T15:31:23.357Z","dependency_job_id":"08e6604f-0050-4f13-9102-beef3f2bd100","html_url":"https://github.com/qbbr/rsyslog-web-app","commit_stats":null,"previous_names":["qbbr/rsyslog-web-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Frsyslog-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Frsyslog-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Frsyslog-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Frsyslog-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbbr","download_url":"https://codeload.github.com/qbbr/rsyslog-web-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791899,"owners_count":20672668,"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":["bootstrap","docker","mariadb","php","qbbr","rsyslog","symfony","vuejs"],"created_at":"2024-12-05T18:11:29.822Z","updated_at":"2026-04-13T03:32:12.707Z","avatar_url":"https://github.com/qbbr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rsyslog-web-app\n\nWeb Application for Rsyslog on Symfony + Vue.js.\n\n## Stack\n\n * [PHP 8.3](https://www.php.net/)\n * [Symfony 7.1](https://symfony.com/)\n * [MariaDB 10](https://mariadb.org/)\n * [Vue.js 3](https://vuejs.org/)\n * [Bootstrap 5.3](https://getbootstrap.com/)\n * under [Docker](https://www.docker.com/)\n\n## Screenshots\n\n[![qbbr-rsyslog-web-app-1](https://i.imgur.com/eYncLZbb.png)](https://i.imgur.com/eYncLZb.png)\n[![qbbr-rsyslog-web-app-2](https://i.imgur.com/cCORhjnb.png)](https://i.imgur.com/cCORhjn.png)\n[![qbbr-rsyslog-web-app-2](https://i.imgur.com/WxQxL9tb.png)](https://i.imgur.com/WxQxL9t.png)\n\n## Install\n\n### Docker\n\n```bash\ncurl -sSL https://get.docker.com | sudo sh\nsudo usermod -aG docker $USER\n```\n\n### on prod\n\n```bash\nmake build@prod\nmake up\nmake install@prod\n```\n\nsee [rsyslog mysql server](https://qbbr.cat/blog/2023/07/09/rsyslog-mysql-server.html)\n\n```bash\nsudo apt install rsyslog-mysql default-mysql-client --no-install-recommends\n# and configure via `dbconfig-common` on installation dialog\n```\n\n### on dev\n\n```bash\ncp docker-compose.override.yml.dist docker-compose.override.yml\nmake build@dev\nmake up\nmake install@dev\n```\n\n## Usage\n\n```bash\nx-www-browser 'http://127.0.0.1/'\n```\n\n### Search\n\nDefault search by message and you can apply filters.\n\nAvailable filters (supports multiple):\n\n * `host` (alias `h`)\n * `facility` (alias `f`)\n * `tag` (alias `t`)\n * `priority` (alias `p`)\n\nExamples:\n\n * `tag = \"kernel:\"`\n * `host != \"SRV-1\", p = \"info\"`\n * `host=\"SRV-2, DNSSEC\"` (can be multiple)\n * `h=\"QQ\", f!=\"auth\",p=\"error\"`\n\n### Hotkeys\n\n * \u003ckbd\u003e/\u003c/kbd\u003e, \u003ckbd\u003es\u003c/kbd\u003e - focus the search bar\n * \u003ckbd\u003eCtrl + ArrowRight\u003c/kbd\u003e - goto the next page\n * \u003ckbd\u003eCtrl + ArrowLeft\u003c/kbd\u003e - goto the previous page\n * \u003ckbd\u003eCtrl + Shift + ArrowRight\u003c/kbd\u003e - goto the last page\n * \u003ckbd\u003eCtrl + Shift + ArrowLeft\u003c/kbd\u003e - goto the first page\n * \u003ckbd\u003eClick(filter link)\u003c/kbd\u003e - filter `=`\n * \u003ckbd\u003eRightClick(filter link)\u003c/kbd\u003e - exclude filter `!=`\n * \u003ckbd\u003eCtrl + Click(filter link)\u003c/kbd\u003e - multiple select/toggle filter `=`\n * \u003ckbd\u003eCtrl + RightClick(filter link)\u003c/kbd\u003e - multiple select/toggle exclude filter `!=`\n\n## Tests\n\n```bash\nmake install@test\nmake test\n```\n\n---\n\nBuild and run tested on **amd64** and **aarch64** (rpi3b).  \nDeveloped with \u0026lt;3 by [@qbbr](https://qbbr.cat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbbr%2Frsyslog-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbbr%2Frsyslog-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbbr%2Frsyslog-web-app/lists"}