Hi,
For backing up data we use build-in console tool called elasticdump: https://kb.energylogserver.com/en/latest/04-User_Manual/04-User_Manual.html#elasticdump
We also use separate tool for backing up configuration data: https://kb.energylogserver.com/en/latest/04-User_Manual/04-User_Manual.html#backing-up
And if you want to remove Energy Logserver and install it from start, you can do the following:
- List all installed packages
rpm -qa |grep -i logserver
Sample output: energy-logserver-client-node-7.2.0-1.el7.x86_64
energy-logserver-data-node-7.2.0-1.el7.x86_64
energy-logserver-siem-plan-7.2.0-1.el7.x86_64
Remove each of that package
rpm -e <energy-package-name>
Follow installation script from directory where energy has been unpacked ./install/install.sh -i
⚠️ Please note that for installation you need to put your license files in the install directory. If you don't need to change license, then you can use your old one from /usr/share/elasticsearch/
direcotry.
For bringing back the data you can also use same tools as before.