How best to fork this to add automatic download and config of filebeat to SAFE testnet tool.
The existing script asks for input on
01 - Filebeat version that you need to instal
02 - Which local file that need to be read out for shipping logs to
03 - You will have to provide a STRING - which could be any name - and that will take as a TAG to refer the logs before they are sent out
04 - Where should the output logs be reached to(Destination) - two options: logstash or redis
05 - IP addresses and a TCP port for the above slected destination.
01 - I think we should choose the latest stable and hard-code that version
02 - /home/$USER/.safe/node/root-dir/log.*
03 - need discussion on this
04 - hard code this as logstash
05 - relevant DO droplet for ELK stack install
This script has to run as root wwhat issues will this cause for integrating into the testnet tool?