Git Product home page Git Product logo

rsyslog-web-app's Introduction

rsyslog-web-app

Web Application for Rsyslog on Symfony + Vue.js.

Stack

Screenshots

qbbr-rsyslog-web-app-1 qbbr-rsyslog-web-app-2 qbbr-rsyslog-web-app-2

Install

Docker

curl -sSL https://get.docker.com | sudo sh
sudo usermod -aG docker $USER

on prod

make build@prod
make up
make install@prod

see rsyslog mysql server

sudo apt install rsyslog-mysql default-mysql-client --no-install-recommends
# and configure via `dbconfig-common` on installation dialog

on dev

cp docker-compose.override.yml.dist docker-compose.override.yml
make build@dev
make up
make install@dev

Usage

x-www-browser 'http://127.0.0.1/'

Search

Default search by message and you can apply filters.

Available filters (supports multiple):

  • host (alias h)
  • facility (alias f)
  • tag (alias t)
  • priority (alias p)

Examples:

  • tag = "kernel:"
  • host != "SRV-1", p = "info"
  • host="SRV-2, DNSSEC" (can be multiple)
  • h="QQ", f!="auth",p="error"

Hotkeys

  • /, s - focus the search bar
  • Ctrl + ArrowRight - goto the next page
  • Ctrl + ArrowLeft - goto the previous page
  • Ctrl + Shift + ArrowRight - goto the last page
  • Ctrl + Shift + ArrowLeft - goto the first page
  • Click(filter link) - filter =
  • RightClick(filter link) - exclude filter !=
  • Ctrl + Click(filter link) - multiple select/toggle filter =
  • Ctrl + RightClick(filter link) - multiple select/toggle exclude filter !=

Tests

make install@test
make test

Build and run tested on amd64 and aarch64 (rpi3b).
Developed with <3 by @qbbr.

rsyslog-web-app's People

Contributors

qbbr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.