OpenNAC Analytics UpdateΒΆ

Using an external Repository

  1. Stop analytics services:
systemctl stop logstash
systemctl stop kibana
systemctl stop elasticsearch
  1. Update ELK
yum clean all && yum -y update logstash kibana elasticsearch
  1. Update openNAC Analytics
yum -y update

Using offline packages

Using the previous steps to send the packages in the openNAC Core Update, to the server and after that continue this guide.

The packages needed are detailed in the following table:

Analytics Packages Package Name
Analytics opennac-analytics
Kibana kibana
Logstash logstash
Elasticsearch elasticsearch
Healthcheck opennac-healthcheck

Delete unnecessary packages depending on the server role, also remove an older packages versions that can be in folder.

rm package-name.rpm

Go to the directory with the all packets and make the update with the follow command:

  1. Stop analytics services:
systemctl restart kibana
systemctl restart logstash
systemctl restart elasticsearch
  1. Update ELK
rpm -Uvh logstash*rpm kibana*rpm elasticsearch*rpm
  1. Update openNAC Analytics
rpm -Uvh opennac-analytics*.rpm opennac-healthcheck*.rpm