Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milandjurdjevic/analog
An efficient tool designed for rapid log analysis, enabling users to quickly parse, filter, and interpret log data.
https://github.com/milandjurdjevic/analog
analysis cli log logger logging logparser logparsing logs
Last synced: 2 months ago
JSON representation
An efficient tool designed for rapid log analysis, enabling users to quickly parse, filter, and interpret log data.
- Host: GitHub
- URL: https://github.com/milandjurdjevic/analog
- Owner: milandjurdjevic
- Created: 2024-06-29T23:34:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:45:46.000Z (4 months ago)
- Last Synced: 2024-09-11T00:17:32.952Z (4 months ago)
- Topics: analysis, cli, log, logger, logging, logparser, logparsing, logs
- Language: F#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog
An efficient tool designed for rapid log analysis, enabling users to quickly parse, filter, and interpret log data.
Equipped with powerful search and visualization features, it provides immediate insights into system events, errors, and
performance metrics, streamlining troubleshooting and decision-making processes. Ideal for developers, system
administrators, and IT professionals seeking to improve operational efficiency and reduce downtime.## Features
- [ ] **Templates**: Create custom templates to extract log data from stream.
- [ ] **Filtering**: Filter logs based on specific criteria.## Getting Started
### Basic Usage
```bash
analog /path/to/logfile.log
```_NOTE: If a template is not specified, the default one will be used._
### Using Specific Template (Preview)
```bash
analog /path/to/logfile.log -t custom_template
```### Apply Filter (Preview)
```bash
analog /path/to/logfile.log -f "Severity = 'ERR' | Severity = 'WRN'"
```