Using RPM to update from logstash 5.4.1 to 5.6.4
Everything went great, but the command:
yum localinstall logstash-5.6.4.rpm
resulted in my /etc/logstash/logstash.yml getting overwritten by the config in the rpm.
I don't recall seeing an RPM do that before.
Would the RPM have made a backup to some magic place of the prior yml file?