Git Product home page Git Product logo

dashboard.log's Introduction

Open in Streamlit

DASHBOARD.log

Hello!

Create a dynamic dashboard of your log files by selecting options from the given list of options.

Dashboard.log / LogBoard helps you to :

  • Visualize system variables
  • Helps to understand log file

LogBoard is built using Streamlit which is powered by Python and Altair.

Getting Started with LogBoard

Prerequisites

  • An Operating System like Windows, OsX , Linux
  • A Python Installation
  • Git CLI

Installation

Clone the repo

git clone https://github.com/Cyber-Machine/dashboard.log.git

cd into the project root folder

cd dashboard.log

Create virtual environment

via python

Then you should create a virtual environment named streamlit

python -m venv streamlit

and activate the environment.

On Linux, OsX or in a Windows Git Bash terminal it's

source streamlit/Scripts/activate

or alternatively

source streamlit/bin/activate

In a Windows terminal it's

streamlit/Scripts/activate.bat
or via anaconda

Create virtual environment named streamlit

conda create -n streamlit python=3.7.4

and activate environment.

activate streamlit

Then you should install the local requirements

pip install -r requirements.txt

Build and run the Application Locally

streamlit run app.py

Contribute

The best way to contribute is via a Pull request and Github Issues

In the pull request you should make a brief description of changes made.

Thanks for your time.

Future Improvements

  • Adding a Regex catcher to catch particular commands / errors in log file.
  • Multi-file support, a way to integrate log reports of multi log file.

dashboard.log's People

Contributors

cyber-machine avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

kleidsonfriend

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.