Skip to content

Commit e3924d6

Browse files
authored
Doc: Fix attribute by removing extra character (#310)
Bump to 4.4.2 Fix changelog link to point to PR
1 parent 66b8851 commit e3924d6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.4.2
2+
- Doc: Fix attribute by removing extra character [#310](https://github.com/logstash-plugins/logstash-input-file/pull/310)
3+
14
## 4.4.1
25
- Fix: update to Gradle 7 [#305](https://github.com/logstash-plugins/logstash-input-file/pull/305)
36
- [DOC] Add version attributes to doc source file [#308](https://github.com/logstash-plugins/logstash-input-file/pull/308)

Diff for: docs/index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ The sincedb record now has a last active timestamp associated with it.
444444
If no changes are detected in a tracked file in the last N days its sincedb
445445
tracking record expires and will not be persisted.
446446
This option helps protect against the inode recycling problem.
447-
Filebeat has an https://www.elastic.co/guide/en/beats/filebeat/{branch}}/inode-reuse-issue.html[FAQ about inode recycling].
447+
Filebeat has an https://www.elastic.co/guide/en/beats/filebeat/{branch}/inode-reuse-issue.html[FAQ about inode recycling].
448448

449449
[id="plugins-{type}s-{plugin}-sincedb_path"]
450450
===== `sincedb_path`

Diff for: logstash-input-file.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-file'
4-
s.version = '4.4.1'
4+
s.version = '4.4.2'
55
s.licenses = ['Apache-2.0']
66
s.summary = "Streams events from files"
77
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"

0 commit comments

Comments
 (0)