File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ post: [Use open source Drain3 log-template mining project to monitor for network
83
83
- [ ** Masking** ] ( #masking ) . Replace some message parts (e.g numbers, IPs, emails) with wildcards. This improves the
84
84
accuracy of template mining.
85
85
- [ ** Packaging** ] ( #installation ) . As a pip package.
86
- - [ ** Configuration** ] ( #configuration ) Support for configuring Drain3 using an ` .ini ` file or a configuration object.
86
+ - [ ** Configuration** ] ( #configuration ) . Support for configuring Drain3 using an ` .ini ` file or a configuration object.
87
87
- [ ** Memory efficiency** ] ( #memory-efficiency ) . Decrease the memory footprint of internal data structures and introduce
88
88
cache to control max memory consumed (thanks to @StanislawSwierc )
89
89
- [ ** Inference mode** ] ( #training-vs-inference-modes ) . In case you want to separate training and inference phase, Drain3
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = 'drain3' ,
13
13
packages = ['drain3' ],
14
- version = "0.9.8 " ,
14
+ version = "0.9.9 " ,
15
15
license = 'MIT' ,
16
16
description = "Persistent & streaming log template miner" ,
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments