fluent-plugin-f5-beacon 0.0.3 → 0.0.4
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/fluent-plugin-f5-beacon.gemspec +1 -1
- data/lib/fluent/plugin/out_f5_beacon.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 576e5096f0772f0060d0ab8dc10e6faab69156427a0cbe083aa3ff52a539708e
|
4
|
+
data.tar.gz: bbb8cfeb37db60afdf866d224c4eb8e0993ad2c9172ec3f4393f4faa0dc3e772
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9763e91f98f8988bbc973c602ab31ff13bbbaef2b13df1a0d04b872c16feef88bd43f81d19c38d1f13baf47b670247cbd378eedd75cc41d910223dc7350def32
|
7
|
+
data.tar.gz: deb15651ca041512e8d4e4be4a88337a1a3a2acfd3c108512731a9c4ee665ab0f938e356ca22fdc47910927aa0549a81bd0028e400302c58ab30b22468acabf1
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "fluent-plugin-f5-beacon"
|
6
|
-
s.version = '0.0.
|
6
|
+
s.version = '0.0.4'
|
7
7
|
s.authors = ["Matt Davey"]
|
8
8
|
s.email = ["m.davey@f5.com"]
|
9
9
|
s.description = %q{F5 Beacon output plugin for Fluentd}
|
@@ -132,7 +132,7 @@ events and reset to zero for a new event with the different timestamp.
|
|
132
132
|
|
133
133
|
values.delete_if do |k, v|
|
134
134
|
if v.is_a?(Array) || v.is_a?(Hash)
|
135
|
-
log.warn "array/hash field '#{k}' discarded; consider using
|
135
|
+
log.warn "array/hash field '#{k}' discarded; consider using other Fluentd plugins to properly map it"
|
136
136
|
true
|
137
137
|
end
|
138
138
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-f5-beacon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Davey
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|