logstash-input-file 4.0.3 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1ef48b0a9821c8fb65f9fe12a26d19bf779ded30
4
- data.tar.gz: 9f4030d01add3aaedc159de5e88ab5105813b036
2
+ SHA256:
3
+ metadata.gz: a350ad01d375081f28d84cf9f53e6bfc0371d65ac91ce5e88593687a6c64f3c3
4
+ data.tar.gz: e614a00ea2155df21147017b478a61b88d845588413777c60ccc793007065141
5
5
  SHA512:
6
- metadata.gz: 8502504079034838dc1597f97643afa89adf63f39a8035fd52df1f6c95641d7310e61e5d7dd691d342150ef377c49e03e12e78c0fdb9e9dcecea12de73c90443
7
- data.tar.gz: 769232c254f986196d790a7207bf721b0415a9df13adde9b5387bfa69517e9ed1bd9e270e9e8908ce3cf8f2dd9b28b320e24ca1eacd0dd2959d62e88e219584a
6
+ metadata.gz: 734808f9026847742f5e01a7ba5c4c4d8d51dc4dcfdf1f6436a611f61844ccb8547b13e14ea7b5dc378dcd76614a63de65f9719569c861078ab4bdde53a99443
7
+ data.tar.gz: 68912e21ad59828dcd01154d6b2aed94370408d879fe8bb3ee7385b02aaa671ab87dec463378d76501c82ea7ef4056cbe0a154caba6b7a0f3cc2edf831b487a4
@@ -1,3 +1,9 @@
1
+ ## 4.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 4.0.4
5
+ - Update gemspec summary
6
+
1
7
  ## 4.0.3
2
8
  - Fix some documentation issues
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
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: file
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -201,7 +202,8 @@ of `/var/log` will be done for all `*.log` files.
201
202
  Paths must be absolute and cannot be relative.
202
203
 
203
204
  You may also configure multiple paths. See an example
204
- on the <<array,Logstash configuration page>>.
205
+ on the {logstash-ref}/configuration-file-structure.html#array[Logstash configuration page].
206
+
205
207
 
206
208
  [id="plugins-{type}s-{plugin}-sincedb_path"]
207
209
  ===== `sincedb_path`
@@ -253,4 +255,6 @@ but increase the time to detect new log lines.
253
255
 
254
256
 
255
257
  [id="plugins-{type}s-{plugin}-common-options"]
256
- include::{include_path}/{type}.asciidoc[]
258
+ include::{include_path}/{type}.asciidoc[]
259
+
260
+ :default_codec!:
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-file'
4
- s.version = '4.0.3'
4
+ s.version = '4.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Stream events from files."
6
+ s.summary = "Streams events from files"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 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
@@ -148,7 +148,9 @@ dependencies:
148
148
  - - ">="
149
149
  - !ruby/object:Gem::Version
150
150
  version: '0'
151
- 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
151
+ description: This gem is a Logstash plugin required to be installed on top of the
152
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
153
+ gem is not a stand-alone program
152
154
  email: info@elastic.co
153
155
  executables: []
154
156
  extensions: []
@@ -188,10 +190,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
190
  version: '0'
189
191
  requirements: []
190
192
  rubyforge_project:
191
- rubygems_version: 2.4.8
193
+ rubygems_version: 2.6.11
192
194
  signing_key:
193
195
  specification_version: 4
194
- summary: Stream events from files.
196
+ summary: Streams events from files
195
197
  test_files:
196
198
  - spec/inputs/file_spec.rb
197
199
  - spec/spec_helper.rb