From fbf631625411464f6551e9ebab6fc1491efe2f5b Mon Sep 17 00:00:00 2001 From: gwo Date: Fri, 6 Oct 2023 07:33:51 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d45d856..d9dab43 100644 --- a/README.md +++ b/README.md @@ -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)): @@ -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)