fluent-plugin-splunk-hec 1.2.7 → 1.2.8
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 +16 -34
- data/LICENSE +0 -1
- data/README.md +0 -1
- data/Rakefile +0 -3
- data/VERSION +1 -1
- data/fluent-plugin-splunk-hec.gemspec +0 -1
- metadata +10 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3404443a78707ec84c807cc959de100eefec4c7144f76b4587fa4c02580d300d
|
|
4
|
+
data.tar.gz: '098eb708f6093e40c59aa597c7f185403f9fb195c03758a726ebd8bcc2fc4468'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7dc521fe94e36ae9e4df51f5a32c936615228a164f76ec9391bd72033aa06d35e8292d8cc95b6025cf880943e56f48c2bebbbc5a9e606e219972528a464c9a3
|
|
7
|
+
data.tar.gz: 4d6ae8221544453debf6e0dbf1ecbdb9a0774f36ae3d1e4715781ca078a2c0d3ebd2870455ffcd75bdb292d1634a8e71d6034f620c69638d51372f010cac4d46
|
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.8)
|
|
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.4)
|
|
15
|
-
activesupport (= 6.1.4)
|
|
16
|
-
activesupport (6.1.4)
|
|
14
|
+
activemodel (6.1.4.1)
|
|
15
|
+
activesupport (= 6.1.4.1)
|
|
16
|
+
activesupport (6.1.4.1)
|
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
18
18
|
i18n (>= 1.6, < 2)
|
|
19
19
|
minitest (>= 5.1)
|
|
@@ -22,7 +22,6 @@ GEM
|
|
|
22
22
|
addressable (2.8.0)
|
|
23
23
|
public_suffix (>= 2.0.2, < 5.0)
|
|
24
24
|
aes_key_wrap (1.1.0)
|
|
25
|
-
ast (2.4.2)
|
|
26
25
|
attr_required (1.0.1)
|
|
27
26
|
bindata (2.4.10)
|
|
28
27
|
concurrent-ruby (1.1.9)
|
|
@@ -31,14 +30,14 @@ GEM
|
|
|
31
30
|
crack (0.4.5)
|
|
32
31
|
rexml
|
|
33
32
|
docile (1.4.0)
|
|
34
|
-
fluentd (1.
|
|
33
|
+
fluentd (1.14.2)
|
|
35
34
|
bundler
|
|
36
35
|
cool.io (>= 1.4.5, < 2.0.0)
|
|
37
36
|
http_parser.rb (>= 0.5.1, < 0.8.0)
|
|
38
37
|
msgpack (>= 1.3.1, < 2.0.0)
|
|
39
38
|
serverengine (>= 2.2.2, < 3.0.0)
|
|
40
39
|
sigdump (~> 0.2.2)
|
|
41
|
-
strptime (>= 0.2.
|
|
40
|
+
strptime (>= 0.2.4, < 1.0.0)
|
|
42
41
|
tzinfo (>= 1.0, < 3.0)
|
|
43
42
|
tzinfo-data (~> 1.0)
|
|
44
43
|
webrick (>= 1.4.2, < 1.8.0)
|
|
@@ -46,16 +45,15 @@ GEM
|
|
|
46
45
|
hashdiff (1.0.1)
|
|
47
46
|
http_parser.rb (0.7.0)
|
|
48
47
|
httpclient (2.8.3)
|
|
49
|
-
i18n (1.8.
|
|
48
|
+
i18n (1.8.11)
|
|
50
49
|
concurrent-ruby (~> 1.0)
|
|
51
|
-
jaro_winkler (1.5.4)
|
|
52
50
|
json-jwt (1.13.0)
|
|
53
51
|
activesupport (>= 4.2)
|
|
54
52
|
aes_key_wrap
|
|
55
53
|
bindata
|
|
56
54
|
mail (2.7.1)
|
|
57
55
|
mini_mime (>= 0.1.1)
|
|
58
|
-
mini_mime (1.1.
|
|
56
|
+
mini_mime (1.1.2)
|
|
59
57
|
minitest (5.14.4)
|
|
60
58
|
msgpack (1.4.2)
|
|
61
59
|
multi_json (1.15.0)
|
|
@@ -71,32 +69,18 @@ GEM
|
|
|
71
69
|
validate_email
|
|
72
70
|
validate_url
|
|
73
71
|
webfinger (>= 1.0.1)
|
|
74
|
-
|
|
75
|
-
parser (3.0.2.0)
|
|
76
|
-
ast (~> 2.4.1)
|
|
77
|
-
power_assert (2.0.0)
|
|
78
|
-
powerpack (0.1.3)
|
|
72
|
+
power_assert (2.0.1)
|
|
79
73
|
prometheus-client (2.1.0)
|
|
80
74
|
public_suffix (4.0.6)
|
|
81
75
|
rack (2.2.3)
|
|
82
|
-
rack-oauth2 (1.
|
|
76
|
+
rack-oauth2 (1.19.0)
|
|
83
77
|
activesupport
|
|
84
78
|
attr_required
|
|
85
79
|
httpclient
|
|
86
80
|
json-jwt (>= 1.11.0)
|
|
87
81
|
rack (>= 2.1.0)
|
|
88
|
-
rainbow (3.0.0)
|
|
89
82
|
rake (13.0.6)
|
|
90
83
|
rexml (3.2.5)
|
|
91
|
-
rubocop (0.63.1)
|
|
92
|
-
jaro_winkler (~> 1.5.1)
|
|
93
|
-
parallel (~> 1.10)
|
|
94
|
-
parser (>= 2.5, != 2.5.1.1)
|
|
95
|
-
powerpack (~> 0.1)
|
|
96
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
97
|
-
ruby-progressbar (~> 1.7)
|
|
98
|
-
unicode-display_width (~> 1.4.0)
|
|
99
|
-
ruby-progressbar (1.11.0)
|
|
100
84
|
serverengine (2.2.4)
|
|
101
85
|
sigdump (~> 0.2.2)
|
|
102
86
|
sigdump (0.2.4)
|
|
@@ -107,24 +91,23 @@ GEM
|
|
|
107
91
|
simplecov-html (0.12.3)
|
|
108
92
|
simplecov_json_formatter (0.1.3)
|
|
109
93
|
strptime (0.2.5)
|
|
110
|
-
swd (1.
|
|
94
|
+
swd (1.3.0)
|
|
111
95
|
activesupport (>= 3)
|
|
112
96
|
attr_required (>= 0.0.5)
|
|
113
97
|
httpclient (>= 2.4)
|
|
114
|
-
test-unit (3.
|
|
98
|
+
test-unit (3.5.0)
|
|
115
99
|
power_assert
|
|
116
100
|
tzinfo (2.0.4)
|
|
117
101
|
concurrent-ruby (~> 1.0)
|
|
118
|
-
tzinfo-data (1.2021.
|
|
102
|
+
tzinfo-data (1.2021.5)
|
|
119
103
|
tzinfo (>= 1.0.0)
|
|
120
|
-
unicode-display_width (1.4.1)
|
|
121
104
|
validate_email (0.1.6)
|
|
122
105
|
activemodel (>= 3.0)
|
|
123
106
|
mail (>= 2.2.5)
|
|
124
107
|
validate_url (1.0.13)
|
|
125
108
|
activemodel (>= 3.0.0)
|
|
126
109
|
public_suffix
|
|
127
|
-
webfinger (1.
|
|
110
|
+
webfinger (1.2.0)
|
|
128
111
|
activesupport
|
|
129
112
|
httpclient (>= 2.4)
|
|
130
113
|
webmock (3.5.1)
|
|
@@ -133,7 +116,7 @@ GEM
|
|
|
133
116
|
hashdiff
|
|
134
117
|
webrick (1.7.0)
|
|
135
118
|
yajl-ruby (1.4.1)
|
|
136
|
-
zeitwerk (2.
|
|
119
|
+
zeitwerk (2.5.1)
|
|
137
120
|
|
|
138
121
|
PLATFORMS
|
|
139
122
|
ruby
|
|
@@ -143,10 +126,9 @@ DEPENDENCIES
|
|
|
143
126
|
fluent-plugin-splunk-hec!
|
|
144
127
|
minitest (~> 5.0)
|
|
145
128
|
rake (>= 12.0)
|
|
146
|
-
rubocop (~> 0.63.1)
|
|
147
129
|
simplecov
|
|
148
130
|
test-unit (~> 3.0)
|
|
149
131
|
webmock (~> 3.5.0)
|
|
150
132
|
|
|
151
133
|
BUNDLED WITH
|
|
152
|
-
2.2.
|
|
134
|
+
2.2.30
|
data/LICENSE
CHANGED
|
@@ -270,7 +270,6 @@ The following components are provided under the MIT License. See project link fo
|
|
|
270
270
|
(MIT License) rake (https://github.com/ruby/rake/blob/master/MIT-LICENSE)
|
|
271
271
|
(MIT License) recursive-open-struct (https://github.com/aetherknight/recursive-open-struct/blob/master/LICENSE.txt)
|
|
272
272
|
(MIT License) rest-client (https://github.com/rest-client/rest-client/blob/master/LICENSE)
|
|
273
|
-
(MIT License) rubocop (https://github.com/rubocop-hq/rubocop/blob/master/LICENSE.txt)
|
|
274
273
|
(MIT License) ruby-progressbar (https://github.com/jfelchner/ruby-progressbar/blob/master/LICENSE.txt)
|
|
275
274
|
(MIT License) safe_yaml (https://github.com/dtao/safe_yaml/blob/master/LICENSE.txt)
|
|
276
275
|
(MIT License) sigdump (https://github.com/frsyuki/sigdump/blob/master/LICENSE)
|
data/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
[](https://circleci.com/gh/splunk/fluent-plugin-splunk-hec)
|
|
2
1
|
# fluent-plugin-splunk-hec
|
|
3
2
|
|
|
4
3
|
[Fluentd](https://fluentd.org/) output plugin to send events and metrics to [Splunk](https://www.splunk.com) in 2 modes:<br/>
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.8
|
|
@@ -43,7 +43,6 @@ Gem::Specification.new do |spec|
|
|
|
43
43
|
spec.add_development_dependency 'rake', '>= 12.0'
|
|
44
44
|
# required by fluent/test.rb
|
|
45
45
|
spec.add_development_dependency 'minitest', '~> 5.0'
|
|
46
|
-
spec.add_development_dependency 'rubocop', '~> 0.63.1'
|
|
47
46
|
spec.add_development_dependency 'simplecov', '~> 0.16.1'
|
|
48
47
|
spec.add_development_dependency 'test-unit', '~> 3.0'
|
|
49
48
|
spec.add_development_dependency 'webmock', '~> 3.5.0'
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '5.0'
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: rubocop
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - "~>"
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.63.1
|
|
132
|
-
type: :development
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - "~>"
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.63.1
|
|
139
125
|
- !ruby/object:Gem::Dependency
|
|
140
126
|
name: simplecov
|
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -215,7 +201,7 @@ homepage: https://github.com/splunk/fluent-plugin-splunk-hec
|
|
|
215
201
|
licenses:
|
|
216
202
|
- Apache-2.0
|
|
217
203
|
metadata: {}
|
|
218
|
-
post_install_message:
|
|
204
|
+
post_install_message:
|
|
219
205
|
rdoc_options: []
|
|
220
206
|
require_paths:
|
|
221
207
|
- lib
|
|
@@ -231,17 +217,17 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
231
217
|
version: '0'
|
|
232
218
|
requirements: []
|
|
233
219
|
rubygems_version: 3.1.4
|
|
234
|
-
signing_key:
|
|
220
|
+
signing_key:
|
|
235
221
|
specification_version: 4
|
|
236
222
|
summary: Fluentd plugin for Splunk HEC.
|
|
237
223
|
test_files:
|
|
224
|
+
- test/test_helper.rb
|
|
238
225
|
- test/fluent/plugin/out_splunk_hec_test.rb
|
|
239
226
|
- test/fluent/plugin/out_splunk_ingest_api_test.rb
|
|
240
|
-
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
|
241
|
-
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
242
|
-
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
243
|
-
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
244
227
|
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
|
228
|
+
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
245
229
|
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
|
230
|
+
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
231
|
+
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
246
232
|
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
247
|
-
- test/
|
|
233
|
+
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|