-
Notifications
You must be signed in to change notification settings - Fork 287
SELKS 3.0RC1 upgrades
Peter Manev edited this page Jul 5, 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:
service kibana stop /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.service systemctl restart kibana.service /etc/init.d/scirius restart
Done