Are there any indexes in ES? If not you can't create an index pattern. Changing the index name won't make a difference.
If Logstash isn't reading your CSV files it's probably because it's tailing the files and no more data is being added. start_position => "beginning" only matters for unseen files. This matter has been covered here many many times. Setting sincedb_path to "/dev/null" effectively disables the sincedb feature which tracks the current position in each file (and most likely points to the end of the file right now).
Thanks for your answare and for your patienc. but as i said ELK is new to me so i'll try to better expline myself.
I have a static csv file with 500k lines i have to slice and dice but i can't understand how to connect to the file and display all the data in it.
Using the sincedb_path will resolve my problem?
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.