Hi,
I'm trying to load a CSV file into Elasticsearch using Logstash, but the problem is all the csv columns are saved inside message fiels heres the config file:
input {
file {
path => "C:/Users/zya/Documents/ELK_Stack/logstash-6.6.0/logstash-6.6.0/config/statistique_logs_bledina_prod.csv"
start_position => "beginning"
sincedb_path => "null"
}
}
filter {
csv {
separator => ","
columns => ["Date","Serveur","......"]
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.