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 +5 -5
- data/CHANGELOG.md +6 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +6 -2
- data/logstash-input-file.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a350ad01d375081f28d84cf9f53e6bfc0371d65ac91ce5e88593687a6c64f3c3
|
4
|
+
data.tar.gz: e614a00ea2155df21147017b478a61b88d845588413777c60ccc793007065141
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 734808f9026847742f5e01a7ba5c4c4d8d51dc4dcfdf1f6436a611f61844ccb8547b13e14ea7b5dc378dcd76614a63de65f9719569c861078ab4bdde53a99443
|
7
|
+
data.tar.gz: 68912e21ad59828dcd01154d6b2aed94370408d879fe8bb3ee7385b02aaa671ab87dec463378d76501c82ea7ef4056cbe0a154caba6b7a0f3cc2edf831b487a4
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -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
|
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!:
|
data/logstash-input-file.gemspec
CHANGED
@@ -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.
|
4
|
+
s.version = '4.0.5'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
|
-
s.summary = "
|
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.
|
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:
|
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
|
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.
|
193
|
+
rubygems_version: 2.6.11
|
192
194
|
signing_key:
|
193
195
|
specification_version: 4
|
194
|
-
summary:
|
196
|
+
summary: Streams events from files
|
195
197
|
test_files:
|
196
198
|
- spec/inputs/file_spec.rb
|
197
199
|
- spec/spec_helper.rb
|