elastic / elastic/logstash

logstash file input plugin can't handle multiple files within a directory on Windows?

Open
#3,715 1 comment 1 reaction 0 assignees View on GitHub
windows
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

I have a folder that has all the log files I want to process, but nothing got directed to elasticsearch when i do

Input{
file{ path=>"C:Users/Desktop/logs/*.txt"
start_position => beginning}

but works when I do

file{ path=>"C:Users/Desktop/logs/log1.txt"
start_position => beginning}
The first works on Mac but doesn't on Windows, any fix?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.