fluent-plugin-sumologic-cloud-syslog 0.1.3 → 0.1.4
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
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aea561a27d8d9487e788c66ea0663be108d8e1b
|
4
|
+
data.tar.gz: 7dbdccd19c99e6ba0d819f05e516b6b15c5a08e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1319e8199d055e436df2945b99f08167cb193eb53cac0fd8a5e7a64764276bad8bb90828035f2b3092794c6dfc9c29862c06ec0d81db6495720b0843c2aa15da
|
7
|
+
data.tar.gz: b24bd65e7710d54a4a504be9a0dd674121ad10ce91d5ce052811814a0f1252d6319f8fa9823f9fe5153a5dd1753534bda404a3de2bf6482ab9e5d83600e214e8
|
@@ -82,7 +82,7 @@ module Fluent
|
|
82
82
|
end
|
83
83
|
|
84
84
|
def new_logger(tag)
|
85
|
-
transport = ::SumologicCloudSyslog::SSLTransport.new(host, port, cert: cert, key: key,
|
85
|
+
transport = ::SumologicCloudSyslog::SSLTransport.new(host, port, cert: cert, key: key, max_retries: 3)
|
86
86
|
logger = ::SumologicCloudSyslog::Logger.new(transport, token)
|
87
87
|
logger.facility(facility)
|
88
88
|
logger.hostname(hostname)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-sumologic-cloud-syslog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Acquia Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -180,3 +180,4 @@ test_files:
|
|
180
180
|
- test/helper.rb
|
181
181
|
- test/sumologic_cloud_syslog/test_logger.rb
|
182
182
|
- test/sumologic_cloud_syslog/test_protocol.rb
|
183
|
+
has_rdoc:
|