An open API service indexing awesome lists of open source software.

https://github.com/hardmax71/log-file-analyzer

Log analyzer via Shiny & Plotly
https://github.com/hardmax71/log-file-analyzer

dashboard logs plotly r shiny

Last synced: 7 months ago
JSON representation

Log analyzer via Shiny & Plotly

Awesome Lists containing this project

README

          


Logo

# Log File Analyzer

A powerful Shiny application designed to parse, visualize, and analyze log files. It provides an intuitive interface for data exploration and visualization, making it easier to gain insights from complex log data.

## Features

- Parse various log file formats
- Interactive data visualization with multiple plot types
- Dynamic filtering and column selection
- Recent files quick access
- Responsive design with modern UI elements

## Screenshots




Main Interface
Plot Example


Main Interface
Plot Example


## Installation

1. Clone this repository:

```
git clone https://github.com/HardMax71/log-file-analyzer.git
```

2. Install the required R packages:

``` r
install.packages(c("shiny", "ggplot2", "dplyr", "lubridate", "shinydashboard", "shinyjs", "bslib", "plotly", "shinyWidgets", "readr"))
```

3. Navigate to project directory:

```
cd log-file-analyzer
```

4. Run the Shiny app:

``` r
shiny::runApp()
```