Hi,
I know, it is not the hardware logstash is designed for, but hopefully you have some idea which might help me.
I am running a nextcloud instance an would like to visualize server's logs (nextcloud, apache, metrics) in kibana. I don't expect much events since it is only used by a few users.
It runs on an odroid xu4 (arm) with arch linux.
You can compare the performance with a fast atom processor, 2 GB memory.
I managed to get elasticsearch, kibana and beats running. startup takes a bit longer than on an ordinary x86 server, but it seems to work so far.
But with logstash I am struggling.
After starting it takes now 20 minutes to start - and it is not finished yet.
Any Idea how I can speed it up? I do not use any encryption between logstash and elasticsearch. I read, that there may be some entropy issues which might slow down the logstash start.
haveged is already running on the server.
cat /proc/sys/kernel/random/entropy_avail
gives back values about 3k.
the current logstash log shows:
[2017-10-06T12:59:37,349][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/data/elastic/logstash/current/modules/fb_apache/configuration"}
[2017-10-06T12:59:37,385][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/data/elastic/logstash/current/modules/netflow/configuration"}
[2017-10-06T13:20:06,097][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/data/elastic/logstash/current/modules/fb_apache/configuration"}
[2017-10-06T13:20:06,134][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/data/elastic/logstash/current/modules/netflow/configuration"}
Using elastic stack 5.6.2 with openjdk 8.
Any ideas for speeding it up is apreciated.
Regards, Andreas