fluent-plugin-validate-tag-filter 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/README.md +6 -0
- data/fluent-plugin-validate-tag-filter.gemspec +1 -1
- data/lib/fluent/plugin/filter_validate_tag.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b8940201b734bce76f62af38a0e3865bf88c70a
|
|
4
|
+
data.tar.gz: bc73d1135a9bc8f99995a3c8606ef073b6fc24b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c479e522be2626965d71cac19dd00640bfe75618d02a730a50e5d7c94c488d49cb3e9a5887856adaabcb12a2baa2e9929cf5cc99538bfcda54a797dab1fb8e9
|
|
7
|
+
data.tar.gz: 9851564f7a06959ff5a0ef7e1d786e7437ca02df7bca3c115712a790633384eb418dd28918656fc36ebe0ca408230dd18850f492f2e28d5bc69dab56eee35ba2
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://travis-ci.org/adorechic/fluent-plugin-validate-tag-filter)
|
|
2
|
+
|
|
1
3
|
# fluent-plugin-validate-tag-filter
|
|
2
4
|
|
|
3
5
|
This plugin validates queue tags and filter them.
|
|
@@ -29,6 +31,10 @@ Or install it yourself as:
|
|
|
29
31
|
</filter>
|
|
30
32
|
```
|
|
31
33
|
|
|
34
|
+
### regexpN
|
|
35
|
+
You can set match patterns as regexp1, regexp2, ...
|
|
36
|
+
If a tag does not match all patterns, it will be removed from queue.
|
|
37
|
+
|
|
32
38
|
## Development
|
|
33
39
|
|
|
34
40
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-validate-tag-filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- adorechic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|