fluent-plugin-splunk-hec 1.3.2 → 1.3.3
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 +7 -7
- data/VERSION +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f39321481b980ae06a5056423eb607a68033d1e81f003e55ed27213f236f600
|
|
4
|
+
data.tar.gz: a51af770b5bf643091c5ab4e8a01f3649a3f35decea9e61589358b46ed51d1f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edbd0144b1831696cb0f172ef52cb442fb3219616290cf2da243a16c3ead6d5fcfad29b3152057e9dc021ba46c114a267dddf0050babe1191b7564de58e73dde
|
|
7
|
+
data.tar.gz: bd1faf00c3f7a878150ee338e1aa58fa309b31134618ffce56e415c6242c79c7cc15f34d903881d3a9fa520f04a0fd66799ebf55050f8088b4089748724e9e74
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-splunk-hec (1.3.
|
|
4
|
+
fluent-plugin-splunk-hec (1.3.3)
|
|
5
5
|
fluentd (>= 1.5)
|
|
6
6
|
json-jwt (~> 1.15.0)
|
|
7
7
|
multi_json (~> 1.13)
|
|
@@ -13,9 +13,9 @@ PATH
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
15
15
|
specs:
|
|
16
|
-
activemodel (7.0.
|
|
17
|
-
activesupport (= 7.0.
|
|
18
|
-
activesupport (7.0.
|
|
16
|
+
activemodel (7.0.7.2)
|
|
17
|
+
activesupport (= 7.0.7.2)
|
|
18
|
+
activesupport (7.0.7.2)
|
|
19
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
20
|
i18n (>= 1.6, < 2)
|
|
21
21
|
minitest (>= 5.1)
|
|
@@ -89,7 +89,7 @@ GEM
|
|
|
89
89
|
power_assert (2.0.1)
|
|
90
90
|
prometheus-client (4.0.0)
|
|
91
91
|
public_suffix (4.0.6)
|
|
92
|
-
rack (3.0.
|
|
92
|
+
rack (3.0.8)
|
|
93
93
|
rack-oauth2 (1.21.2)
|
|
94
94
|
activesupport
|
|
95
95
|
attr_required
|
|
@@ -97,7 +97,7 @@ GEM
|
|
|
97
97
|
json-jwt (>= 1.11.0)
|
|
98
98
|
rack (>= 2.1.0)
|
|
99
99
|
rake (13.0.6)
|
|
100
|
-
rexml (3.2.
|
|
100
|
+
rexml (3.2.6)
|
|
101
101
|
ruby2_keywords (0.0.5)
|
|
102
102
|
serverengine (2.3.0)
|
|
103
103
|
sigdump (~> 0.2.2)
|
|
@@ -152,4 +152,4 @@ DEPENDENCIES
|
|
|
152
152
|
webmock (~> 3.5.0)
|
|
153
153
|
|
|
154
154
|
BUNDLED WITH
|
|
155
|
-
2.4.
|
|
155
|
+
2.4.19
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.3
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -249,13 +249,13 @@ signing_key:
|
|
|
249
249
|
specification_version: 4
|
|
250
250
|
summary: Fluentd plugin for Splunk HEC.
|
|
251
251
|
test_files:
|
|
252
|
-
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
253
|
-
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
|
254
|
-
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
255
|
-
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
256
|
-
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
|
257
|
-
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
258
|
-
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
|
259
252
|
- test/test_helper.rb
|
|
260
|
-
- test/fluent/plugin/out_splunk_ingest_api_test.rb
|
|
261
253
|
- test/fluent/plugin/out_splunk_hec_test.rb
|
|
254
|
+
- test/fluent/plugin/out_splunk_ingest_api_test.rb
|
|
255
|
+
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
256
|
+
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
|
257
|
+
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
|
258
|
+
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
259
|
+
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
|
260
|
+
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
261
|
+
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|