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)