Skip to content

Commit c073793

Browse files
author
Pere Urbon-Bayes
committed
version 2.1.0 bump
This reverts commit e2ce341.
1 parent 778f935 commit c073793

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
- Add create_if_deleted option to create a destination file in case it
3+
was deleted by another agent in the machine. In case of being false
4+
the system will add the incomming messages to the failure file.
5+
16
## 2.0.0
27
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
38
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895

logstash-output-file.gemspec

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

33
s.name = 'logstash-output-file'
4-
s.version = '2.0.2'
4+
s.version = '2.1.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This output will write events to files on disk"
77
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)