fluent-plugin-systemd 1.1.0 → 1.1.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/lib/fluent/plugin/in_systemd.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afd6dfa882a391ee1baee61851e2f7d277439e43389857c88278541fbac339cf
|
4
|
+
data.tar.gz: 757d8056bf7e918c18f806bab6437eb9c432ce753a12398c01e7db19c3508d13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18e6f3a84a0e44008a37f54e1b245c8af565099640746108d8aa22b17bda6205d7d54ae90b49f00f0ef26664bd947ced40e930ac19327f927f778c1610e88fe2
|
7
|
+
data.tar.gz: e3e5d91220e70391ea08f5ae7a115bbe8e617c3ac1c21ec1660bf4f435c57de679fb23b7b01d4035ed0e47f5ad129543fec2d880e811cbaeb6ba4d43f4c7d6e9
|
@@ -75,7 +75,7 @@ module Fluent
|
|
75
75
|
def init_journal
|
76
76
|
# TODO: ruby 2.3
|
77
77
|
@journal.close if @journal # rubocop:disable Style/SafeNavigation
|
78
|
-
@journal = Systemd::Journal.new(path: @path)
|
78
|
+
@journal = Systemd::Journal.new(path: @path, auto_reopen: true)
|
79
79
|
@journal.filter(*(@matches || @filters))
|
80
80
|
seek
|
81
81
|
true
|
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: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ed Robinson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -92,14 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 2.
|
95
|
+
version: 2.1.0
|
96
96
|
type: :runtime
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 2.
|
102
|
+
version: 2.1.0
|
103
103
|
description: This is a fluentd input plugin. It reads logs from the systemd journal.
|
104
104
|
email:
|
105
105
|
- edward-robinson@cookpad.com
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '0'
|
133
133
|
requirements: []
|
134
|
-
rubygems_version: 3.5.
|
134
|
+
rubygems_version: 3.5.22
|
135
135
|
signing_key:
|
136
136
|
specification_version: 4
|
137
137
|
summary: Input plugin to read from systemd journal.
|