fluent-plugin-systemd 1.0.5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -2
- 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: 9e95e3feb43d74663b14476d96c92a536ecefdc7c32dc9be68d778640c2fe3e1
|
4
|
+
data.tar.gz: e45bd0896dd0f6e0df61006a9bfc13426f78c1aa0da2eb0b7d60f129d7040793
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94ee7b4de1a4fec10b4951861b28b27a39d554f3788378549e8c5bac3632544f7201b03f26c619fa0135535c88c2a1a483a671e6b739c254fe96b67fb280cb63
|
7
|
+
data.tar.gz: 27a1148fca72b0b61f4f90c977aebbe3a9e358e78fa81538c6c04e9cdcf04a0894b99e288ed18f4e5779feb97063ebee72e39c58b958ff3e287923f4b4cc2d71
|
data/README.md
CHANGED
@@ -18,6 +18,10 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org
|
|
18
18
|
| > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 |
|
19
19
|
| 0.0.x | ~> 0.12.0 | 2 | >= 1.9 |
|
20
20
|
|
21
|
+
|fluent-plugin-systemd|fluentd|fluent-package|ruby|
|
22
|
+
|----|----|----|----|
|
23
|
+
| >= 1.1.0 | >= 0.14.11, < 2 | 5 | >= 3.0 |
|
24
|
+
|
21
25
|
* The 1.x.x series is developed from this branch (master)
|
22
26
|
* The 0.0.x series (compatible with fluentd v0.12, and td-agent 2) is maintained on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x)
|
23
27
|
|
@@ -212,13 +216,13 @@ On Debian or Ubuntu you might need to install the libsystemd0 package:
|
|
212
216
|
apt-get install libsystemd0
|
213
217
|
```
|
214
218
|
|
215
|
-
On
|
219
|
+
On AlmaLinux or RHEL you might need to install the systemd package:
|
216
220
|
|
217
221
|
```
|
218
222
|
yum install -y systemd
|
219
223
|
```
|
220
224
|
|
221
|
-
If you want to do this in a
|
225
|
+
If you want to do this in a AlmaLinux docker image you might first need to remove the `fakesystemd` package.
|
222
226
|
|
223
227
|
```
|
224
228
|
yum remove -y fakesystemd
|
@@ -263,3 +267,4 @@ Many thanks to our fantastic contributors
|
|
263
267
|
* [Richard Megginson](https://github.com/richm)
|
264
268
|
* [Sadayuki Furuhashi](https://github.com/frsyuki)
|
265
269
|
* [Seiichi Nishikata](https://github.com/neko-neko)
|
270
|
+
* [Kentaro Hayashi](https://github.com/kenhys)
|
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.0
|
4
|
+
version: 1.1.0
|
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: 2024-09-11 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:
|
95
|
+
version: 2.0.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:
|
102
|
+
version: 2.0.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.
|
134
|
+
rubygems_version: 3.5.11
|
135
135
|
signing_key:
|
136
136
|
specification_version: 4
|
137
137
|
summary: Input plugin to read from systemd journal.
|