fluent-plugin-systemd 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +2 -2
- data/lib/fluent/plugin/in_systemd.rb +1 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 57f4a5c49f8863f8264615a1b0893fac23c32f7feb82c815934ff263eb235ba4
|
4
|
+
data.tar.gz: 7613556c53faca8c867fde10119ab1e4207af816b7111cf8cea14b28a5c426ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49a2c2640a078b63a6addf9ca165003e33cde97e46b1485c1eb638efa6a2d8d63083096f63583ffe4c334402267ea5ea69f8dbed58697b7999d85ac9f71a1f69
|
7
|
+
data.tar.gz: d86b77ebfa1cad517c5e607bf831a40f947da5bc4a62e94ee26c04a13a5b1d47ccb3194eeb5d7c5ee7172232e6ebfb6cbcd1fdde4b7b08044243d4a5b8a71bb9
|
data/README.md
CHANGED
@@ -26,11 +26,11 @@ if you are using fluentd v0.14 for the latest and greatest features
|
|
26
26
|
|
27
27
|
Simply use RubyGems:
|
28
28
|
|
29
|
-
gem install fluent-plugin-systemd -v 0.0.
|
29
|
+
gem install fluent-plugin-systemd -v 0.0.11
|
30
30
|
|
31
31
|
or
|
32
32
|
|
33
|
-
td-agent-gem install fluent-plugin-systemd -v 0.0.
|
33
|
+
td-agent-gem install fluent-plugin-systemd -v 0.0.11
|
34
34
|
|
35
35
|
## Configuration
|
36
36
|
|
@@ -35,11 +35,8 @@ module Fluent
|
|
35
35
|
private
|
36
36
|
|
37
37
|
def init_journal
|
38
|
-
@journal.close if @journal
|
38
|
+
@journal.close if @journal
|
39
39
|
@journal = Systemd::Journal.new(path: @path)
|
40
|
-
# make sure initial call to wait doesn't return :invalidate
|
41
|
-
# see https://github.com/ledbettj/systemd-journal/issues/70
|
42
|
-
@journal.wait(0)
|
43
40
|
@journal.filter(*@filters)
|
44
41
|
seek
|
45
42
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-systemd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ed Robinson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 1.3.2
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 1.3.2
|
97
97
|
description: This is a fluentd input plugin. It reads logs from the systemd journal.
|
98
98
|
email:
|
99
99
|
- ed@reevoo.com
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.
|
128
|
+
rubygems_version: 2.7.6
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Input plugin to read from systemd journal.
|