fluent-plugin-splunk-hec 1.3.0 → 1.3.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/Gemfile.lock +30 -18
- data/README.md +3 -0
- data/VERSION +1 -1
- data/fluent-plugin-splunk-hec.gemspec +3 -0
- metadata +36 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a8a63dd4210f66f194a029bceed3d3c407aaa3fb764b69961fc01efcb801d9e
|
4
|
+
data.tar.gz: 8aab1ee69dd9c4cdcc2422da2720db89987c270b0acf4bcd01b97a908cf14763
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fe2f5eb7e22e8e9914754507add8d06df80be96b8fe8d2d57ce295730f77d948c16dde1bda4199ac63f2ab8798027841ec694c99113558405ad49d9000b50ab
|
7
|
+
data.tar.gz: f2e69d508a72eb1f1e306e66f1defa6572e636f148e314c9cd26fee1d7f3c2b5dd437e65c41c5e7e6ee2a77e0f0aeb341d5d849ab60313ae3fefba096ce8a1d5
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,21 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-splunk-hec (1.3.
|
4
|
+
fluent-plugin-splunk-hec (1.3.1)
|
5
5
|
fluentd (>= 1.5)
|
6
|
+
json-jwt (~> 1.15.0)
|
6
7
|
multi_json (~> 1.13)
|
7
8
|
net-http-persistent (~> 4.0)
|
8
9
|
openid_connect (~> 1.1.8)
|
9
10
|
prometheus-client (>= 2.1.0)
|
11
|
+
rack-oauth2 (~> 1.19)
|
10
12
|
|
11
13
|
GEM
|
12
14
|
remote: https://rubygems.org/
|
13
15
|
specs:
|
14
|
-
activemodel (7.0.
|
15
|
-
activesupport (= 7.0.
|
16
|
-
activesupport (7.0.
|
16
|
+
activemodel (7.0.4)
|
17
|
+
activesupport (= 7.0.4)
|
18
|
+
activesupport (7.0.4)
|
17
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
20
|
i18n (>= 1.6, < 2)
|
19
21
|
minitest (>= 5.1)
|
@@ -22,15 +24,21 @@ GEM
|
|
22
24
|
public_suffix (>= 2.0.2, < 5.0)
|
23
25
|
aes_key_wrap (1.1.0)
|
24
26
|
attr_required (1.0.1)
|
25
|
-
bindata (2.4.
|
27
|
+
bindata (2.4.14)
|
26
28
|
concurrent-ruby (1.1.10)
|
27
|
-
connection_pool (2.
|
29
|
+
connection_pool (2.3.0)
|
28
30
|
cool.io (1.7.1)
|
29
31
|
crack (0.4.5)
|
30
32
|
rexml
|
31
33
|
digest (3.1.0)
|
32
34
|
docile (1.4.0)
|
33
|
-
|
35
|
+
faraday (2.7.1)
|
36
|
+
faraday-net_http (>= 2.0, < 3.1)
|
37
|
+
ruby2_keywords (>= 0.0.4)
|
38
|
+
faraday-follow_redirects (0.3.0)
|
39
|
+
faraday (>= 1, < 3)
|
40
|
+
faraday-net_http (3.0.2)
|
41
|
+
fluentd (1.15.3)
|
34
42
|
bundler
|
35
43
|
cool.io (>= 1.4.5, < 2.0.0)
|
36
44
|
http_parser.rb (>= 0.5.1, < 0.9.0)
|
@@ -45,18 +53,19 @@ GEM
|
|
45
53
|
hashdiff (1.0.1)
|
46
54
|
http_parser.rb (0.8.0)
|
47
55
|
httpclient (2.8.3)
|
48
|
-
i18n (1.
|
56
|
+
i18n (1.12.0)
|
49
57
|
concurrent-ruby (~> 1.0)
|
50
58
|
io-wait (0.2.1)
|
51
|
-
json-jwt (1.
|
59
|
+
json-jwt (1.15.3)
|
52
60
|
activesupport (>= 4.2)
|
53
61
|
aes_key_wrap
|
54
62
|
bindata
|
63
|
+
httpclient
|
55
64
|
mail (2.7.1)
|
56
65
|
mini_mime (>= 0.1.1)
|
57
66
|
mini_mime (1.1.2)
|
58
67
|
minitest (5.15.0)
|
59
|
-
msgpack (1.
|
68
|
+
msgpack (1.6.0)
|
60
69
|
multi_json (1.15.0)
|
61
70
|
net-http-persistent (4.0.1)
|
62
71
|
connection_pool (~> 2.2)
|
@@ -80,8 +89,8 @@ GEM
|
|
80
89
|
power_assert (2.0.1)
|
81
90
|
prometheus-client (4.0.0)
|
82
91
|
public_suffix (4.0.6)
|
83
|
-
rack (
|
84
|
-
rack-oauth2 (1.
|
92
|
+
rack (3.0.1)
|
93
|
+
rack-oauth2 (1.21.2)
|
85
94
|
activesupport
|
86
95
|
attr_required
|
87
96
|
httpclient
|
@@ -89,6 +98,7 @@ GEM
|
|
89
98
|
rack (>= 2.1.0)
|
90
99
|
rake (13.0.6)
|
91
100
|
rexml (3.2.5)
|
101
|
+
ruby2_keywords (0.0.5)
|
92
102
|
serverengine (2.3.0)
|
93
103
|
sigdump (~> 0.2.2)
|
94
104
|
sigdump (0.2.4)
|
@@ -99,16 +109,17 @@ GEM
|
|
99
109
|
simplecov-html (0.12.3)
|
100
110
|
simplecov_json_formatter (0.1.3)
|
101
111
|
strptime (0.2.5)
|
102
|
-
swd (
|
112
|
+
swd (2.0.2)
|
103
113
|
activesupport (>= 3)
|
104
114
|
attr_required (>= 0.0.5)
|
105
|
-
|
115
|
+
faraday (~> 2.0)
|
116
|
+
faraday-follow_redirects
|
106
117
|
test-unit (3.5.3)
|
107
118
|
power_assert
|
108
119
|
timeout (0.2.0)
|
109
120
|
tzinfo (2.0.5)
|
110
121
|
concurrent-ruby (~> 1.0)
|
111
|
-
tzinfo-data (1.2022.
|
122
|
+
tzinfo-data (1.2022.6)
|
112
123
|
tzinfo (>= 1.0.0)
|
113
124
|
validate_email (0.1.6)
|
114
125
|
activemodel (>= 3.0)
|
@@ -116,9 +127,10 @@ GEM
|
|
116
127
|
validate_url (1.0.15)
|
117
128
|
activemodel (>= 3.0.0)
|
118
129
|
public_suffix
|
119
|
-
webfinger (1.2
|
130
|
+
webfinger (2.1.2)
|
120
131
|
activesupport
|
121
|
-
|
132
|
+
faraday (~> 2.0)
|
133
|
+
faraday-follow_redirects
|
122
134
|
webmock (3.5.1)
|
123
135
|
addressable (>= 2.3.6)
|
124
136
|
crack (>= 0.3.2)
|
@@ -140,4 +152,4 @@ DEPENDENCIES
|
|
140
152
|
webmock (~> 3.5.0)
|
141
153
|
|
142
154
|
BUNDLED WITH
|
143
|
-
2.3.
|
155
|
+
2.3.26
|
data/README.md
CHANGED
@@ -400,6 +400,9 @@ Specifies which formatter to use.
|
|
400
400
|
|
401
401
|
The following parameters can be used for tuning HTTP connections:
|
402
402
|
|
403
|
+
#### gzip_compression (boolean)
|
404
|
+
Whether to use gzip compression on outbound posts. This parameter is set to `false` by default for backwards compatibility.
|
405
|
+
|
403
406
|
#### idle_timeout (integer)
|
404
407
|
|
405
408
|
The default is five seconds. If a connection has not been used for five seconds, it is automatically reset at next use, in order to avoid attempting to send to a closed connection. Specifiy `nil` to prohibit any timeouts.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.1
|
@@ -38,6 +38,9 @@ Gem::Specification.new do |spec|
|
|
38
38
|
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'
|
39
39
|
spec.add_runtime_dependency 'openid_connect', '~> 1.1.8'
|
40
40
|
spec.add_runtime_dependency 'prometheus-client', '>= 2.1.0'
|
41
|
+
spec.add_runtime_dependency 'json-jwt', '~> 1.15.0'
|
42
|
+
spec.add_runtime_dependency 'rack-oauth2', '~> 1.19'
|
43
|
+
|
41
44
|
|
42
45
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
43
46
|
spec.add_development_dependency 'rake', '>= 12.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.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Splunk Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -80,6 +80,34 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 2.1.0
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: json-jwt
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 1.15.0
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 1.15.0
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rack-oauth2
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '1.19'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '1.19'
|
83
111
|
- !ruby/object:Gem::Dependency
|
84
112
|
name: bundler
|
85
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -221,13 +249,13 @@ signing_key:
|
|
221
249
|
specification_version: 4
|
222
250
|
summary: Fluentd plugin for Splunk HEC.
|
223
251
|
test_files:
|
224
|
-
- test/test_helper.rb
|
225
|
-
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
226
252
|
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
227
|
-
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
228
253
|
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
229
|
-
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
230
|
-
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
231
254
|
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
232
|
-
- test/
|
255
|
+
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
256
|
+
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
257
|
+
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
258
|
+
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
259
|
+
- test/test_helper.rb
|
233
260
|
- test/fluent/plugin/out_splunk_ingest_api_test.rb
|
261
|
+
- test/fluent/plugin/out_splunk_hec_test.rb
|