If the first line of each file has the column headers then you might be able to use the same config, assuming you want the fields of the document to be named after the columns.
filter { csv { autodetect_column_names => true } }
If the first line of each file has the column headers then you might be able to use the same config, assuming you want the fields of the document to be named after the columns.
filter { csv { autodetect_column_names => true } }
© 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.