logstash-input-file 4.1.10 → 4.1.11
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/lib/jars/filewatch-1.0.1.jar +0 -0
- data/logstash-input-file.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baa1c2799ed5e23bd68535fd9855a9709d12f968328c8a41995586cd6344329a
|
|
4
|
+
data.tar.gz: 0f1932332f87abbd99c7403ab2ed0bbb7e1f1f87504b68ceedb9053361619b13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34cd6042e45507de116eb4cf88855a6391fd840c1f41711845c94b0ba88ecc94819cc420c8b13c102b201271348b6826903e3264cb8f0810e0be8e64f8e99fd5
|
|
7
|
+
data.tar.gz: 39012bbd1e6abc0ae4889a6973d2a404117a8f588e750b76ac29f94c02d320eaf244e7dbbe8dbffc147b4ee6567c4588506d54d48a8dbb556d1709ba91e7def8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 4.1.11
|
|
2
|
+
- Fixed link to FAQ [#247](https://github.com/logstash-plugins/logstash-input-file/pull/247)
|
|
3
|
+
|
|
1
4
|
## 4.1.10
|
|
2
5
|
- Fixed problem in Windows where some paths would fail to return an identifier ("inode"). Make path into a C style String before encoding to UTF-16LE. [#232](https://github.com/logstash-plugins/logstash-input-file/issues/232)
|
|
3
6
|
|
data/docs/index.asciidoc
CHANGED
|
@@ -379,7 +379,7 @@ The sincedb record now has a last active timestamp associated with it.
|
|
|
379
379
|
If no changes are detected in a tracked file in the last N days its sincedb
|
|
380
380
|
tracking record expires and will not be persisted.
|
|
381
381
|
This option helps protect against the inode recycling problem.
|
|
382
|
-
Filebeat has a {filebeat-ref}/
|
|
382
|
+
Filebeat has a {filebeat-ref}/inode-reuse-issue.html[FAQ about inode recycling].
|
|
383
383
|
|
|
384
384
|
[id="plugins-{type}s-{plugin}-sincedb_path"]
|
|
385
385
|
===== `sincedb_path`
|
|
Binary file
|
data/logstash-input-file.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-file'
|
|
4
|
-
s.version = '4.1.
|
|
4
|
+
s.version = '4.1.11'
|
|
5
5
|
s.licenses = ['Apache-2.0']
|
|
6
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"
|
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.1.
|
|
4
|
+
version: 4.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|