OpenNAC Analytics UpdateΒΆ
Using an external Repository
- Stop analytics services:
systemctl stop logstash
systemctl stop kibana
systemctl stop elasticsearch
- Update ELK
yum clean all && yum -y update logstash kibana elasticsearch
- 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:
- Stop analytics services:
systemctl restart kibana
systemctl restart logstash
systemctl restart elasticsearch
- Update ELK
rpm -Uvh logstash*rpm kibana*rpm elasticsearch*rpm
- Update openNAC Analytics
rpm -Uvh opennac-analytics*.rpm opennac-healthcheck*.rpm