Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Sep 22, 2020
1 parent bc67435 commit 3421a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "drain-rs"
version = "0.1.0"
version = "0.2.0"
authors = ["Benjamin Trent <[email protected]>"]
edition = "2018"
license-file = "LICENSE"
keywords= ["drain", "log", "categorization", "grok"]
description = "Automatically cluster semi-formatted text with the drain algorithm"
readme="README.md"
repository="https://github.com/benwtrent/drain-rs"
documentation="https://docs.rs/drain-rs"

[dependencies]
grok = "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# drain-rs

Drain provides a machinism for online log categorization.
Drain provides a mechanism for online log categorization.

This version provides:

Expand All @@ -12,13 +12,13 @@ Original paper here:
- Pinjia He, Jieming Zhu, Zibin Zheng, and Michael R. Lyu. [Drain: An Online Log Parsing Approach with Fixed Depth Tree](http://jmzhu.logpai.com/pub/pjhe_icws2017.pdf), Proceedings of the 24th International Conference on Web Services (ICWS), 2017.


This is a WIP, 0.0.x
This is a WIP, 0.2.x

## Installing

```
[dependencies]
drain-rs = "0.1.0"
drain-rs = "0.2.0"
```

## Using drain for clustering
Expand Down

0 comments on commit 3421a72

Please sign in to comment.