fluent-plugin-splunk-hec 1.1.0 → 1.1.2
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 +1 -1
- data/VERSION +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22a452a5a8d26e0d4d3c747a7a5697b0eb65cc0d765ab002670bf0e4a486605b
|
|
4
|
+
data.tar.gz: 38ba434b4e7d8a18f95c60b8078de11ac8d07f454157651ffdfc49988ff6cbe3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d607f9195904ade6028405372116d529af7a295cfacf9f46a96ac145aa52637aa008d3f9e7c8b9b43cc415e99c7595b20a64ee2b4e3bf5bb96b74c4984857e9a
|
|
7
|
+
data.tar.gz: 2d76734a944ff176515f15fb530dbbd08579fb6be1b33554ee10ece7fa7419ff86d562b5145a201a6ae2dda8f3aaf860ae5c22495ed275154206f2105c2cc9ae
|
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.2
|
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.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -185,18 +185,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
|
-
rubygems_version: 3.0.
|
|
188
|
+
rubygems_version: 3.0.1
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
191
|
summary: Fluentd plugin for Splunk HEC.
|
|
192
192
|
test_files:
|
|
193
|
-
- test/
|
|
194
|
-
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
195
|
-
- test/lib/webmock/http_lib_adapters/httpclient_adapter.rb
|
|
196
|
-
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
193
|
+
- test/fluent/plugin/out_splunk_hec_test.rb
|
|
197
194
|
- test/lib/webmock/http_lib_adapters/patron_adapter.rb
|
|
198
195
|
- test/lib/webmock/http_lib_adapters/manticore_adapter.rb
|
|
196
|
+
- test/lib/webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
197
|
+
- test/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
199
198
|
- test/lib/webmock/http_lib_adapters/curb_adapter.rb
|
|
199
|
+
- test/lib/webmock/http_lib_adapters/httpclient_adapter.rb
|
|
200
200
|
- test/lib/webmock/http_lib_adapters/http_rb_adapter.rb
|
|
201
|
+
- test/lib/webmock/http_lib_adapters/excon_adapter.rb
|
|
201
202
|
- test/test_helper.rb
|
|
202
|
-
- test/fluent/plugin/out_splunk_hec_test.rb
|