Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Oct 6, 2023
1 parent dca29e3 commit fbf6316
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Log2Row
A command-line tool that detects, extracts log templates, and structuring logs to in-process database, leveraging template patterns generated by GPT-4.
A command-line tool that detects, extracts log templates, and structures logs to in-process database, leveraging template patterns generated by GPT-4.

## What it does?
If you have several kinds of logs are mixed together (samples from [loghub](https://github.com/logpai/loghub/blob/master/Apache/Apache_2k.log)):
Expand Down Expand Up @@ -199,3 +199,6 @@ Log2Row uses GPT-4 to extract the regex of log community, each extraction would
- [ ] parse datetime
- [ ] not just a command-line tool but a filebeat-like sidecar component to streaming consume logs
- [ ] GPT-3.5 compatible

## More information
Currently, log2row is still in early stage. If you are interested in it, let's discuss it on [Hacker News](https://news.ycombinator.com/item?id=37789903)

0 comments on commit fbf6316

Please sign in to comment.