1,226 views
4 4 votes
I have a 10 GB CSV file and it takes more than 48 hours for logstash installed on my laptop to ingest the whole data. Is there a way to accelerate this process?
29% Accept Rate Accepted 2 answers out of 7 questions

1 Answer

1 1 vote

It depends on your system processing power and the way you configure Logstash. If you make more outputs streams it will take longer. Please take a look at this link to see how you can tune the configurations. More than that, you can see some nice tips here.

Related questions

1 1 vote
1 1 answer
1.0k
1.0k views
Ghassem asked Feb 27, 2020
1,018 views
Is there any way to download a file directly into HDFS?
3 3 votes
1 1 answer
849
849 views
Math asked Sep 28, 2018
849 views
I can solve the Truth Table, but do not know how to verify my answers. Could you please suggest a tool for it?
0 0 votes
1 1 answer
453
453 views
0 0 votes
1 1 answer
894
894 views
rakesh asked Feb 10, 2020
894 views
I have a result string like this A, C, D, F, B,In my DB I have 10,000+ combinations like this 1. A, B, C, D 2. A, C, B, I, D, W, Z etc.... Now I want to search for my ...
1 1 vote
1 1 answer
595
595 views