fluent-plugin-splunk-hec 1.2.5 → 1.2.6
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/Gemfile.lock +15 -13
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_splunk.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 010d7729182f03560365cd5fd4d17eb4dbcb9ce487b41235611e61e88cbd6110
|
|
4
|
+
data.tar.gz: 2c27aac20a1301d9c94386642ca1005e1d359e1629ea63f203cc193ed02622f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2771aa9aa10244e3de558466c8b3e8a0a08d6ab2b4e052ac38da8eabab86c788c491c7de4825a3077be4c036e576d6adbd0513602ef5e4d7bb5ccd77e9ff540
|
|
7
|
+
data.tar.gz: c0024af0008b91f4cfa93c7fd9e70a0da0ff2346d21c228a9a2d5775a47f4f16aa63f47e63b4d75965b046e6b989a255538beb775d771b50018c8e1c931dc1aa
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-splunk-hec (1.2.
|
|
4
|
+
fluent-plugin-splunk-hec (1.2.6)
|
|
5
5
|
fluentd (>= 1.4)
|
|
6
6
|
multi_json (~> 1.13)
|
|
7
7
|
net-http-persistent (~> 3.1)
|
|
@@ -11,9 +11,9 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activemodel (6.1.3)
|
|
15
|
-
activesupport (= 6.1.3)
|
|
16
|
-
activesupport (6.1.3)
|
|
14
|
+
activemodel (6.1.3.2)
|
|
15
|
+
activesupport (= 6.1.3.2)
|
|
16
|
+
activesupport (6.1.3.2)
|
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
18
18
|
i18n (>= 1.6, < 2)
|
|
19
19
|
minitest (>= 5.1)
|
|
@@ -24,14 +24,14 @@ GEM
|
|
|
24
24
|
aes_key_wrap (1.1.0)
|
|
25
25
|
ast (2.4.2)
|
|
26
26
|
attr_required (1.0.1)
|
|
27
|
-
bindata (2.4.
|
|
28
|
-
concurrent-ruby (1.1.
|
|
29
|
-
connection_pool (2.2.
|
|
27
|
+
bindata (2.4.10)
|
|
28
|
+
concurrent-ruby (1.1.9)
|
|
29
|
+
connection_pool (2.2.5)
|
|
30
30
|
cool.io (1.7.1)
|
|
31
31
|
crack (0.4.5)
|
|
32
32
|
rexml
|
|
33
33
|
docile (1.3.5)
|
|
34
|
-
fluentd (1.
|
|
34
|
+
fluentd (1.13.0)
|
|
35
35
|
bundler
|
|
36
36
|
cool.io (>= 1.4.5, < 2.0.0)
|
|
37
37
|
http_parser.rb (>= 0.5.1, < 0.7.0)
|
|
@@ -41,11 +41,12 @@ GEM
|
|
|
41
41
|
strptime (>= 0.2.2, < 1.0.0)
|
|
42
42
|
tzinfo (>= 1.0, < 3.0)
|
|
43
43
|
tzinfo-data (~> 1.0)
|
|
44
|
+
webrick (>= 1.4.2, < 1.8.0)
|
|
44
45
|
yajl-ruby (~> 1.0)
|
|
45
46
|
hashdiff (1.0.1)
|
|
46
47
|
http_parser.rb (0.6.0)
|
|
47
48
|
httpclient (2.8.3)
|
|
48
|
-
i18n (1.8.
|
|
49
|
+
i18n (1.8.10)
|
|
49
50
|
concurrent-ruby (~> 1.0)
|
|
50
51
|
jaro_winkler (1.5.4)
|
|
51
52
|
json-jwt (1.13.0)
|
|
@@ -54,7 +55,7 @@ GEM
|
|
|
54
55
|
bindata
|
|
55
56
|
mail (2.7.1)
|
|
56
57
|
mini_mime (>= 0.1.1)
|
|
57
|
-
mini_mime (1.0
|
|
58
|
+
mini_mime (1.1.0)
|
|
58
59
|
minitest (5.14.4)
|
|
59
60
|
msgpack (1.4.2)
|
|
60
61
|
multi_json (1.15.0)
|
|
@@ -80,7 +81,7 @@ GEM
|
|
|
80
81
|
public_suffix (4.0.6)
|
|
81
82
|
quantile (0.2.1)
|
|
82
83
|
rack (2.2.3)
|
|
83
|
-
rack-oauth2 (1.
|
|
84
|
+
rack-oauth2 (1.17.0)
|
|
84
85
|
activesupport
|
|
85
86
|
attr_required
|
|
86
87
|
httpclient
|
|
@@ -98,7 +99,7 @@ GEM
|
|
|
98
99
|
ruby-progressbar (~> 1.7)
|
|
99
100
|
unicode-display_width (~> 1.4.0)
|
|
100
101
|
ruby-progressbar (1.11.0)
|
|
101
|
-
serverengine (2.2.
|
|
102
|
+
serverengine (2.2.4)
|
|
102
103
|
sigdump (~> 0.2.2)
|
|
103
104
|
sigdump (0.2.4)
|
|
104
105
|
simplecov (0.21.2)
|
|
@@ -132,6 +133,7 @@ GEM
|
|
|
132
133
|
addressable (>= 2.3.6)
|
|
133
134
|
crack (>= 0.3.2)
|
|
134
135
|
hashdiff
|
|
136
|
+
webrick (1.7.0)
|
|
135
137
|
yajl-ruby (1.4.1)
|
|
136
138
|
zeitwerk (2.4.2)
|
|
137
139
|
|
|
@@ -149,4 +151,4 @@ DEPENDENCIES
|
|
|
149
151
|
webmock (~> 3.5.0)
|
|
150
152
|
|
|
151
153
|
BUNDLED WITH
|
|
152
|
-
2.2.
|
|
154
|
+
2.2.21
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.6
|
|
@@ -209,7 +209,7 @@ module Fluent::Plugin
|
|
|
209
209
|
# This loop looks dump, but it is used to suppress the unused parameter configuration warning
|
|
210
210
|
# Learned from `filter_record_transformer`.
|
|
211
211
|
conf.elements.select { |element| element.name == 'fields' }.each do |element|
|
|
212
|
-
element.each_pair { |k, _v| element.
|
|
212
|
+
element.each_pair { |k, _v| element.has_key?(k) }
|
|
213
213
|
end
|
|
214
214
|
|
|
215
215
|
return unless @fields
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-splunk-hec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
231
|
version: '0'
|
|
232
232
|
requirements: []
|
|
233
|
-
rubygems_version: 3.
|
|
233
|
+
rubygems_version: 3.1.4
|
|
234
234
|
signing_key:
|
|
235
235
|
specification_version: 4
|
|
236
236
|
summary: Fluentd plugin for Splunk HEC.
|