fluent-plugin-splunk-hec 1.2.10 → 1.2.11
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 +2 -2
- data/VERSION +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 277de2e282c7dfee68431d0b4ca144b8215d68f7210814fff1caadc452527955
|
|
4
|
+
data.tar.gz: 99bd20f106656d0be1ab6d70c3d1afd4516fbd19995e3edc8c6357f123f18e12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8b91a7bfc42ce39100754bd79730a7fad4b27337e9cd70e13ccbc836f05aa98e123714cf268cd8f76bb351b8e409191050d8a9b4856bc088334a7a10f174000
|
|
7
|
+
data.tar.gz: 8874436fb7b143529994256d7f8d99d0f57c113e40ff1b3907af0a08c802a65372b7550c70d7db35af75c4de9e826385d0f7a663f82f8941062a2f302c46087a
|
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.11)
|
|
5
5
|
fluentd (>= 1.4)
|
|
6
6
|
multi_json (~> 1.13)
|
|
7
7
|
net-http-persistent (~> 3.1)
|
|
@@ -129,4 +129,4 @@ DEPENDENCIES
|
|
|
129
129
|
webmock (~> 3.5.0)
|
|
130
130
|
|
|
131
131
|
BUNDLED WITH
|
|
132
|
-
2.3.
|
|
132
|
+
2.3.9
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.11
|
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.11
|
|
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-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -221,13 +221,13 @@ signing_key:
|
|
|
221
221
|
specification_version: 4
|
|
222
222
|
summary: Fluentd plugin for Splunk HEC.
|
|
223
223
|
test_files:
|
|
224
|
-
- test/test_helper.rb
|
|
225
224
|
- test/fluent/plugin/out_splunk_ingest_api_test.rb
|
|
226
225
|
- test/fluent/plugin/out_splunk_hec_test.rb
|
|
226
|
+
- test/test_helper.rb
|
|
227
|
+
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
228
|
+
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
229
|
+
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
227
230
|
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
228
231
|
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
|
229
232
|
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
|
230
233
|
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
|
231
|
-
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
232
|
-
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
233
|
-
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|