Skip to content

Tags: ericamick/logstash-input-file

Tags

v2.2.5

Toggle v2.2.5's commit message
dependency logstash-core-plugin-api ~> 1.0

v2.2.4

Toggle v2.2.4's commit message
create 2.2.4 as 2.2.3 was yanked

v2.2.3

Toggle v2.2.3's commit message
dependency logstash-core > 2.0.0 < 6.0.0.alpha1

v2.2.2

Toggle v2.2.2's commit message
Fixes for logstash-plugins#101 and logstash-plugins#104

make explicit exit flushing, not to rely on close() side effects.

fix failing specs NOTE auto_flush takes an argument

More detail in the changelog

change log change and remove rescue nil

closes logstash-plugins#101
closes logstash-plugins#104

Fixes logstash-plugins#112

v2.2.1

Toggle v2.2.1's commit message
change the order of the pause_until calls

include travis build yml and badge (remove jenkins later perhaps)

try kick off travis build

try file mode "wb" instead of "a"

try with rspec sequencing

wtf jenkins travis suddenly start using devutils 0.0.8 ?

split sequence into three sections

refactor tests to use RSpec Sequencing

update version and update changelog

Fixes logstash-plugins#99

v2.2.0

Toggle v2.2.0's commit message
Remove a poc component that crept in, use filewatch 0.8.0 and ML code…

…c 2.0.7 Describe close_older option better and add max_open_files.

fix spec to work on linux too

damn, spec should work on linux now

closes logstash-plugins#97

Fixes logstash-plugins#98

v2.1.3

Toggle v2.1.3's commit message
Use filewatch 0.7.1, bump version and add changelog entry

Fixes logstash-plugins#94

v2.1.2

Toggle v2.1.2's commit message
Bump version to 2.1.2

This update was missing in logstash-plugins#92

Fixes logstash-plugins#93

v2.1.1

Toggle v2.1.1's commit message
fix LS core dep line

add changelog entry

Fixes logstash-plugins#91

v2.1.0

Toggle v2.1.0's commit message
Introduce close_older and ignore_older config options

begin to add ignore_after config option
depends on filewatch 0.6.8

add timed_out method to TailListener and specs

revert Gemfile changes for PR

split and rename ignore_after option, update gem deps to published ver.

bump ver, make suggested review changes and improve spec reliability

update changelog

Fixes logstash-plugins#81, Fixes logstash-plugins#89, Fixes logstash-plugins#90

Fixes logstash-plugins#87