Skip to content

Commit b7125a3

Browse files
committed
fix: update readme
1 parent 6c34d80 commit b7125a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Fluentd filter plugin to mask sensitive or privacy records with `*******` in pla
88
## Requirements
99
| fluent-plugin-masking | fluentd | ruby |
1010
| --------------------- | ---------- | ------ |
11-
| 1.0.x | >= v0.14.0 | >= 2.1 |
11+
| 1.2.x | >= v0.14.0 | >= 2.5 |
1212

1313

1414
## Installation
@@ -97,3 +97,11 @@ echo '{ :body => "{\"first_name\":\"mickey\", \"type\":\"puggle\", \"last_name\"
9797
```
9898
2019-12-01 14:25:53.385681000 +0300 maskme: {"message":"{ :body => \"{\\\"first_name\\\":\\\"mickey\\\", \\\"type\\\":\\\"puggle\\\", \\\"last_name\\\":\\\"the-dog\\\", \\\"password\\\":\\\"*******\\\"}\"}"}
9999
```
100+
101+
102+
### Run Unit Tests
103+
```
104+
gem install bundler
105+
bundle install
106+
ruby -r ./test/*.rb
107+
```

0 commit comments

Comments
 (0)