How can i accelarete loading csv to logstash

i have a csv file that contains 6 millions rows
but it takes too much time to load
i tried
PUT /twitter/_settings
{
"index" : {
"number_of_replicas" : 0
}
}
and even
PUT /twitter/_settings
{
"index" : {
"refresh_interval" : "-1"
}
}
well it stopped adding new rows
get /sub/_count keeps showing the same number yet on my VM its loading the file

help !!!
i tried to accelerate it but now i don't know the problem !!!

https://www.elastic.co/guide/en/elasticsearch/reference/5.5/indices-update-settings.html
i used settings from this

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