logstash-input-journald 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +5 -2
- data/logstash-input-journald.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 21ff1edc7b99d50f7a4ff10291a486e961c969ed5b6f126a2571fc634651b1d1
|
4
|
+
data.tar.gz: 2e788f5a8420e839fa46d39584a0728a8014a59bc10b38d5105b79659df457ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96bddba4cf7737e4b43fe32fe7ef425a25d51f9accc344682938c210bcd0d105bc19854541dbac90d24de119b3b73191784d79fcd3176c33ada1a1f29ebd5db6
|
7
|
+
data.tar.gz: 72db3ce0fd3910875709f6d4fde367e1e487aec28ac3800e072bd29f0173410284bd386094267cd7ca3abc678d6ee8bd9f3e9e55e7b303378a1c5abdfd19b132
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2012-
|
1
|
+
Copyright (c) 2012-2018 Elasticsearch <http://www.elasticsearch.org>
|
2
2
|
|
3
3
|
Licensed under the Apache License, Version 2.0 (the "License");
|
4
4
|
you may not use this file except in compliance with the License.
|
data/docs/index.asciidoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
:plugin: journald
|
2
2
|
:type: input
|
3
|
+
:default_codec: plain
|
3
4
|
|
4
5
|
///////////////////////////////////////////
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -12,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
12
13
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
14
|
///////////////////////////////////////////
|
14
15
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
16
|
+
[id="plugins-{type}s-{plugin}"]
|
16
17
|
|
17
18
|
=== Journald input plugin
|
18
19
|
|
@@ -149,4 +150,6 @@ result in delayed shutdown of the plugin.
|
|
149
150
|
|
150
151
|
|
151
152
|
[id="plugins-{type}s-{plugin}-common-options"]
|
152
|
-
include::{include_path}/{type}.asciidoc[]
|
153
|
+
include::{include_path}/{type}.asciidoc[]
|
154
|
+
|
155
|
+
:default_codec!:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-journald'
|
4
|
-
s.version = '2.0.
|
4
|
+
s.version = '2.0.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Read events from local systemd journal"
|
7
7
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-journald
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- stuart-warren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,7 +128,9 @@ dependencies:
|
|
128
128
|
- - ">="
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: '0'
|
131
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
131
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
132
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
133
|
+
gem is not a stand-alone program
|
132
134
|
email: stuart.warren@ocado.com
|
133
135
|
executables: []
|
134
136
|
extensions: []
|
@@ -164,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
166
|
version: '0'
|
165
167
|
requirements: []
|
166
168
|
rubyforge_project:
|
167
|
-
rubygems_version: 2.
|
169
|
+
rubygems_version: 2.6.11
|
168
170
|
signing_key:
|
169
171
|
specification_version: 4
|
170
172
|
summary: Read events from local systemd journal
|