fluent-plugin-oui-filter 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-oui-filter.gemspec +1 -1
- data/lib/fluent/plugin/filter_oui.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ab675e96b703dec3c328fab72dabb4a2f366991
|
4
|
+
data.tar.gz: 7a5a9b512ede1c225b55beb88bf41efd99ec455e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 482e2f2d46dc0570c6c8b5b0fd7f76e79e9f3b08cce574d7b9fcbf04dac918e7a390066f06af305c4aceff94a2ed7c5b30731fb256e05aacb6170e1fb14ee69e
|
7
|
+
data.tar.gz: aba5178c2743bbccdfd0961126b496202376fe67183f8added339194a7610580cd1081089f3f1f00b0cf223252c3fab03477c0d16e84dcac5ffd9b2da8dea5f8
|
@@ -18,7 +18,7 @@ module Fluent::Plugin
|
|
18
18
|
@key_prefix_oui = @mac_address + "_" + @key_prefix_oui
|
19
19
|
end
|
20
20
|
|
21
|
-
def
|
21
|
+
def filter(tag, es)
|
22
22
|
new_es = Fluent::MultiEventStream.new
|
23
23
|
tag = tag.sub(@remove_prefix, '') if @remove_prefix
|
24
24
|
tag = (@add_prefix + '.' + tag) if @add_prefix
|