Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moaidhathot/logquery
Tool that parses logs and query the results using SQL.
https://github.com/moaidhathot/logquery
Last synced: about 2 months ago
JSON representation
Tool that parses logs and query the results using SQL.
- Host: GitHub
- URL: https://github.com/moaidhathot/logquery
- Owner: MoaidHathot
- Created: 2015-06-13T16:44:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T20:44:58.000Z (about 9 years ago)
- Last Synced: 2023-03-01T13:02:37.669Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogQuery - work is in progress
A tool that can parse logs and query them using SQL.(work is in progress)
LogQuery can parse, structure and insert logs into SQL tables. It create and structure the Database according to Regular-Expression groups. Each Regular-Expression will create a table and each group in that regular expression match will create a column in that table. The matched log lines will be structured and inserted to their corresponding SQL table.The Regular-Expressions and their groups are configured using XML files. Each XML file contains a colletion of Regular-Expressions. Each collection has a name that will be used as a namespace for tables that its Regular-Expressions corresponds to.
LogQuery currently only works with SQL Server/LocalDBs. once the database is structured you can connect to it using any IDE (VS, SSMS, etc...).