Backup and Recovery of the Management Server¶
Backup of the Log Configuration¶
-
Save all files contained in the following configuration directories:
-
Windows:
C:\ProgramData\Elastic\Elasticsearch\config
-
Linux:
/etc/elasticsearch
-
Recovery of the Log Configuration¶
-
Stop the log services:
-
Windows:
stop-service seal-elasticsearch seal-kibana
-
Linux:
sudo systemctl stop seal-elasticsearch seal-kibana
-
-
Restore the files backed up before into the following configuration directories:
-
Windows:
C:\ProgramData\Elastic\Elasticsearch\config
-
Linux:
/etc/elasticsearch
-
-
Restart the services:
-
Windows:
start-service seal-elasticsearch seal-kibana
-
Linux:
sudo systemctl stop seal-elasticsearch seal-kibana
-
Backup and Recovery of the Log Data¶
Literature
For details on the backup and recovery of log data, refer to the original documentation of the software producer: