Skip to content

SELKS 3.0RC1 upgrades

Peter Manev edited this page Aug 11, 2016 · 6 revisions

To upgrade all components of SELKS 3.0RC1 follow the sequence below:

Edit /etc/elasticsearch/elasticsearch.yml Make sure you have commented out the line http.cors.enabled: true (bottom of the config) like so:

#Enable Kibana logging
#http.cors.enabled: true

then:

systemctl stop kibana
/usr/share/elasticsearch/bin/plugin remove delete-by-query
apt-get update && apt-get dist-upgrade
chown -R kibana /opt/kibana/optimize/
/usr/share/elasticsearch/bin/plugin install delete-by-query
systemctl restart elasticsearch
systemctl restart kibana
/etc/init.d/scirius restart
rm -f /etc/systemd/system/evebox.service
systemctl daemon-reload
systemctl restart evebox

Done

Clone this wiki locally