I use logstash on docker, i want to parse a csv file with file plugin :
input {
file {
path => "$file/path"
start_position => "beginning"
}
but i have nothing when i run logstash : The stdin plugin is now waiting for input
thanks for your help
I use logstash on docker, i want to parse a csv file with file plugin :
input {
file {
path => "$file/path"
start_position => "beginning"
}
but i have nothing when i run logstash : The stdin plugin is now waiting for input
thanks for your help
Please post your full config text.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.