Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohana committed Apr 21, 2021
1 parent 5d4969a commit 8eb59f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ post: [Use open source Drain3 log-template mining project to monitor for network
- **Packaging**. As a pip package.
- **Memory efficiency**. Decrease the memory footprint of internal data structures and introduce cache to control max
memory consumed (thanks to @StanislawSwierc)
- **Fast Match Only**. In case you want to separate training and inference phase, Drain3 provides a function for *fast*
matching against already-learned clusters (templates)
only, without the usage of regular expressions.

#### Expected Input and Output

Expand Down Expand Up @@ -291,6 +294,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C

## Change Log

##### v0.9.5

* Added: `TemplateMiner.match()` function for fast matching against existing clusters only.

##### v0.9.4

* Added: `TemplateMiner.get_parameter_list()` function to extract template parameters for raw log message (thanks to *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='drain3',
packages=['drain3'],
version="0.9.4",
version="0.9.5",
license='MIT',
description="Persistent & streaming log template miner",
long_description=long_description,
Expand Down

0 comments on commit 8eb59f5

Please sign in to comment.