Hi, I am stuck trying to reroute the path of logs coming from logstash.
In logstash.yml that is in etc/logstash I configured to send logs to ~/logstash as a test:
# ------------ Debugging Settings --------------
#
# Options for log.level:
# * fatal
# * error
# * warn
# * info (default)
# * debug
# * trace
#
# log.level: info
path.logs: ~/logstash
but this didnt work.
I am stuck on the logstash logs for a while any one that can help will be welcome