Multiple csv files input and output abnormal(only read first line)

if path parameter fill a single file :
like this:
/logdata/data1/warn/StutterAlarm-STB-10min/20190409.csv
then
Everything is all right
but
if path parameter fill a Multiple file(about sum 144 files):
like this:
/logdata/data1/warn/StutterAlarm-STB-10min/*.csv
And logstash output Only Read the first line!!!! Why,I Didn't find out why。Can someone help!

my conf like this:

input {
file {
path => "/logdata/data1/warn/StutterAlarm-STB-10min/*.csv"
discover_interval => 15
start_position => beginning
sincedb_path => "/logstash/testgz/logstash-6.6.1/test.txt"
}
}

my csv file very sample

2019-04-09 17:40|acity|0.00077|0.00695835|0.00315|0.9983088110941992

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.