Skip to content

Backup and Recovery of the Management Server


Backup of the Log Configuration

  1. Save all files contained in the following configuration directories:

    • Windows:

      C:\ProgramData\Elastic\Elasticsearch\config
      
    • Linux:

      /etc/elasticsearch
      

Recovery of the Log Configuration

  1. Stop the log services:

    • Windows:

      stop-service seal-elasticsearch seal-kibana
      
    • Linux:

      sudo systemctl stop seal-elasticsearch seal-kibana
      
  2. Restore the files backed up before into the following configuration directories:

    • Windows:

      C:\ProgramData\Elastic\Elasticsearch\config
      
    • Linux:

      /etc/elasticsearch
      
  3. 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:

Snapshot and restore


Back to top