fluent-plugin-beats 1.0.0 → 1.0.1
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/VERSION +1 -1
- data/lib/lumberjack/beats/server.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbf1984c54ddbc5ba2441f91e5ff771b6a6d0a73
|
|
4
|
+
data.tar.gz: 6f19cce2725f173f5df2df64f83bfdc7d1385ec2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f332addefaad67cca65ad060aa79399962133cd0dbb770951ef6693221bd2db4276e4478777f3ec1043047762306b2b70c0bc8a15879bd3201e305cad2fdc1ee
|
|
7
|
+
data.tar.gz: f05e0c59953dc0ccdef6365bebba98ff4c5356046a226692b60e8e25fe70c7d64117a8d8858118de89e21ab9de85ff341c3616866a4c777936e47b3799838d7a
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
|
@@ -323,7 +323,9 @@ module Lumberjack module Beats
|
|
|
323
323
|
OpenSSL::SSL::SSLError,
|
|
324
324
|
IOError,
|
|
325
325
|
Errno::ECONNRESET,
|
|
326
|
-
Errno::EPIPE
|
|
326
|
+
Errno::EPIPE,
|
|
327
|
+
Errno::EBADF,
|
|
328
|
+
Errno::EAGAIN
|
|
327
329
|
# EOF or other read errors, only action is to shutdown which we'll do in
|
|
328
330
|
# 'ensure'
|
|
329
331
|
rescue
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-beats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masahiro Nakagawa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|