Skip to content

v4.1 : regression - new files are not detected by plugin #198

@fbaligand

Description

@fbaligand

If I use input file plugin (in its last version 4.1.3) with a path containing wildcard, new files matching the pattern are not detected, and so, not processed by Logstash.
If I do exactly the same test with version 4.0.5, it works perfectly : new files are detected and processed from the first line.
I reproduce the issue on Windows 7 and RHEL 6.

Here's my input configuration :

	file {
		path => "/path/to/test-file-*.log"
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions