The Wayback Machine - https://web.archive.org/web/20220628171405/https://github.com/topics/log-analyzer
Here are
52 public repositories
matching this topic...
Real-time HTTP Intrusion Detection
Rails logs analyzer (see how fast your views are rendering)
Updated
May 21, 2022
Ruby
Logbert is an advanced log message viewer for log4net, log4j and others.
LogAnalyzer is a tool that helps you analyzing your log files by reducing the content with patterns you define.
Very basic CLI SIEM (Security Information and Event Management system).
Updated
Mar 24, 2018
Python
Apache Scalp 360 is an automated log analyzer for Apache web server logs
Updated
Jul 18, 2017
Python
SSH & Basic Web Applications brute-forcing attempts are visible in your mailbox with this tool.
Updated
Jan 9, 2020
Python
Updated
Jun 22, 2022
Nemerle
Утилита для табличного просмотра логов технологического журнала 1С (и не только).
📆 ts3LogAnalyzer: Analyze TeamSpeak 3 logs
Updated
Sep 11, 2020
Python
FIX Log Viewer allows you to view FIX logs
Python Script for parsing and analyzing agent2D soccer simulation rcl and rcg logs.
Updated
Mar 12, 2020
Python
BILA: BRO IDS Logs Analyzer
Updated
Jun 22, 2022
Python
Logpresso Mini and community contents for incident response
Scans Burst mining logs and reports corrupted plot files.
Nope! A lightweight tool for monitoring your log files and dynamically blocking nuisance or malicious IPs based on easy to define, dynamic rules which you control
DHCP and Wifi logs from multiple Mikrotik routers/APs in one place with clients names.
Export Java entities to various formats like CSV, PSV, Excel etc. Analyse logs to generate performance metrics.
zIPam helps security analyst to analyze network logs from an excel file. It runs 'whois' request to find organizations for blue-teams.
Updated
Jun 22, 2022
Python
Mammoth is a container based hadoop distributed system log analyzer. Sponsed by Mantech and Naver Cloud Platform.
Updated
Aug 17, 2021
Dart
(Deprecated) A log analyzer for Icecast server logs.
Updated
Jan 18, 2018
JavaScript
This is a simple Apache log parser with a flexibly ability to group entries by column and|or filter it. Set up printing as you like!
Updated
Jul 26, 2018
Python
•Universal hostdata resorber•
Simple log management tool
CoreData Debug Log Analyser. PHP script to analyse CoreData debug log, aggregate similar queries, produce statistics and format messed-up queries into readable ones.
Log analysis by Scala, view highlighted phrase, generate histogram of a searching phrase occurrence between a date range of the logs
Updated
Apr 21, 2021
TypeScript
CLI application to group Apache access logs into human readable format.
Advanced and fast log explorer with support to JSON files and columns
Improve this page
Add a description, image, and links to the
log-analyzer
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
log-analyzer
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I tried formatting the following json:
[{"ReceiptLines": [{"LineNumber": 1}],"Description": ""}]
This results in:
{
"Description": "",
"ReceiptLines": [
{
"LineNumber": 1
}
]
}
Expected:
[
{
"ReceiptLines": [
{
"LineNumber": 1
}
],
"Description": ""
}
]