I am getting my LogStash logs to /var/log/logstash while I want to send them to /log/logstash.
I saw many places writing how to do so but still I am a little confused.
From now I am guessing I have to change the log4j configuration file in the following lines:
Also to change this in /etc/logstash/logstash.yml (this I did change and all what it did it stopped writing logs to /var/log/logstash but did not write logs to any where):
how to change these and is there a different way?