fluent-plugin-sumologic_output 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 0144c78f0b0c6a11e537af58ee7bcff22357a4c2bb8b8b9bd13d931285b34e51
4
- data.tar.gz: 3c7762699f4f0bdfbaf2c62b8d10f3d32807719309138416a1becae98afc0b6a
2
+ SHA1:
3
+ metadata.gz: 89b0eebb156a64156ad58009ff550b01d9f78aa3
4
+ data.tar.gz: c49627b56d91fc0e1e51e7facab6d1d2e04e1a4f
5
5
  SHA512:
6
- metadata.gz: 82cd06111282a63374adffbbb17eee41948c539eca7468c35bda264a486822a82aeaa811a1281f727d3741a4f673e81f4a8483732b8550a1060ee81810c3ed3c
7
- data.tar.gz: a5a9a5ea92bfa159ea634d6590adcadf06084ce47d4e07b76341be1d19fc4e1c19e5cadf32948d9356d9a77523c40ed5c6718cee4b097aed49902c50e6afa058
6
+ metadata.gz: 72a0fd6a22f47a28224db09a27fe1e860d6625736e53a48b70dc8c02904ded8c592e570335ca49c3e43db598355a2dfee05215469086eb133bc9661c84885981
7
+ data.tar.gz: ec2c811665dd7587e459960f574ead7de4b32f4289bb124d2d7d071242abfa93b5d374860c4fb477b9efb2e9b5719d7cdb47dff3685b1b647d2cd7cc78b72b63
data/README.md CHANGED
@@ -4,10 +4,6 @@
4
4
 
5
5
  This plugin has been designed to output logs or metrics to [SumoLogic](http://www.sumologic.com) via a [HTTP collector endpoint](http://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source)
6
6
 
7
- | TLS Deprecation Notice |
8
- | --- |
9
- | In keeping with industry standard security best practices, as of May 31, 2018, the Sumo Logic service will only support TLS version 1.2 going forward. Verify that all connections to Sumo Logic endpoints are made from software that supports TLS 1.2. |
10
-
11
7
  ## Support
12
8
  The code in this repository has been developed in collaboration with the Sumo Logic community and is not supported via standard Sumo Logic Support channels. For any issues or questions please submit an issue within the GitHub repository. The maintainers of this project will work directly with the community to answer any questions, address bugs, or review any requests for new features.
13
9
 
@@ -135,3 +131,7 @@ Example
135
131
  "levelname": "INFO"
136
132
  }
137
133
  ```
134
+
135
+ ### TLS 1.2 Requirement
136
+
137
+ Sumo Logic only accepts connections from clients using TLS version 1.2 or greater. To utilize the content of this repo, ensure that it's running in an execution environment that is configured to use TLS 1.2 or greater.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-sumologic_output"
7
- gem.version = "1.3.1"
7
+ gem.version = "1.3.2 "
8
8
  gem.authors = ["Steven Adams", "Frank Reno"]
9
9
  gem.email = ["stevezau@gmail.com", "frank.reno@me.com"]
10
10
  gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}
@@ -40,7 +40,7 @@ class SumologicConnection
40
40
  end
41
41
 
42
42
  def ssl_options(verify_ssl)
43
- verify_ssl ? OpenSSL::SSL::VERIFY_PEER : OpenSSL::SSL::VERIFY_NONE
43
+ verify_ssl==true ? OpenSSL::SSL::VERIFY_PEER : OpenSSL::SSL::VERIFY_NONE
44
44
  end
45
45
 
46
46
  def create_http_client(verify_ssl, connect_timeout, proxy_uri, disable_cookies)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-sumologic_output
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Adams
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-08-30 00:00:00.000000000 Z
12
+ date: 2018-12-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.7.6
137
+ rubygems_version: 2.5.2.3
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Output plugin to SumoLogic HTTP Endpoint