logstash-input-journald 2.0.1 → 2.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2289e38054e2912a37201477a160aa23f030c0fd
4
- data.tar.gz: 041eaf55b394d5edda8f5530a22b34dc0a9110b7
2
+ SHA256:
3
+ metadata.gz: 21ff1edc7b99d50f7a4ff10291a486e961c969ed5b6f126a2571fc634651b1d1
4
+ data.tar.gz: 2e788f5a8420e839fa46d39584a0728a8014a59bc10b38d5105b79659df457ae
5
5
  SHA512:
6
- metadata.gz: 6e7d55c233d75b1ca4630407af309eac93adf6ddbb4e7d371bd9f6e16f0953e4f1edb8b877adac5b57c1a3232fc2b07dd338d2e5e54124cb1a2d50bfb61e10cb
7
- data.tar.gz: 797e7fb382313909402ed1db8809c01d1ea3b36b4c823953858cd1d5b3c6dff5100a593131cfaad9dca3af1ffa2946253c75997dffddd0482bdb3a5a39b7d349
6
+ metadata.gz: 96bddba4cf7737e4b43fe32fe7ef425a25d51f9accc344682938c210bcd0d105bc19854541dbac90d24de119b3b73191784d79fcd3176c33ada1a1f29ebd5db6
7
+ data.tar.gz: 72db3ce0fd3910875709f6d4fde367e1e487aec28ac3800e072bd29f0173410284bd386094267cd7ca3abc678d6ee8bd9f3e9e55e7b303378a1c5abdfd19b132
@@ -1,3 +1,6 @@
1
+ ## 2.0.2
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.0
2
5
  - Breaking: Updated plugin to use new Java Event APIs
3
6
  - relax logstash-core-plugin-api constrains
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2014 Elasticsearch <http://www.elasticsearch.org>
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.
@@ -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.1'
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.1
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: 2017-06-23 00:00:00.000000000 Z
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 Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
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.4.8
169
+ rubygems_version: 2.6.11
168
170
  signing_key:
169
171
  specification_version: 4
170
172
  summary: Read events from local systemd journal