Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 27 additions & 42 deletions docs/backup-and-restore-custom-contents-5b9bc66.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,56 @@

# Backup and Restore Custom Contents

SAP Cloud Logging service automatically creates a backup of selected instance-related information. Based on this information, instances can be recreated, for example, after an accidental deprovisioning or deletion.


SAP Cloud Logging service automatically creates a backup of selected instance-related contents (please see support list below). Backed up objects can be restored, for example, after an accidental deletion.

<a name="loio5b9bc66e65be442489f30931b131d1f6__section_wfj_334_xcc"/>

## What is Automatically Backed Up

Only a subset of the configuration is backed up. Take measures if you require more to be backed up.

> ### Note
>
> Only a subset of all contents is backed up. Take own measures for other contents.
>
> Contents not mentioned in the below list are not backed up e.g., alerts and related contents, index-templates etc.

<table>
<tr>
<th valign="top">

Information

</th>
<th valign="top">

Comment

</th>
</tr>
<tr>
<td valign="top">

`Opensearch settings`

</td>
<td valign="top">

Supported: roles/rolemappings/tenants/groups/security configuration/saved objects/ismpolicy

</td>
</tr>
<tr>
<td valign="top">

`alerts`
Contents Supported

</td>
<td valign="top">

Not Supported
* **Saved Objects**
* dashboard
* visualization
* index-pattern
* search
* config (Advanced Configuration)
* **ISM Policies**
* **Security**
* roles
* rolemappings
* tenants
* groups

</td>
</tr>
</table>
Copy link
Copy Markdown
Contributor

@Maksimiliana Maksimiliana Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supported content:

  • Saved Objects
    • dashboard
    • visualization
    • index-pattern
    • search
    • config (Advanced Configuration)
  • ISM Policies
  • Security
    • roles
    • role mappings
    • tenants
    • groups




<a name="loio5b9bc66e65be442489f30931b131d1f6__section_vtd_t34_xcc"/>

## How to Restore

To restore a Cloud Logging Instance, report the incident \([How to report an incident](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/5dd739823b824b539eee47b7860a00be.html)\).
To restore backed up content to a Cloud Logging Instance, report the incident \([How to report an incident](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/5dd739823b824b539eee47b7860a00be.html)\).

The ticket which requests the restoration must contain the following information:

1. Support component for this service: `BC-CP-CLS`
2. The dashboard URL.
3. Configuration information related to the instance \(the instance name, the subaccount, the retention of the instance, etc.\).
4. The time when the instance was deprovisioned or deleted.
5. The status of date to be restored \(no older than 7 days\).
6. The instance owner information \(cockpit subaccount/team name\).
7. The reason to restore instead of creating a new instance.

1. Support component for this service: `BC-CP-CLS`
2. The dashboard URL.
3. Configuration information related to the instance \(the instance name, the subaccount, the retention of the instance, etc.\).
4. The time when the content was deleted.
5. The status of date to be restored \(no older than 7 days\).
6. The instance owner information \(cockpit subaccount/team name\).
7. The reason to restore instead of re-creating objects.
Loading