Skip to content
Merged
Changes from all commits
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
84 changes: 29 additions & 55 deletions docs/backup-and-restore-custom-contents-5b9bc66.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,45 @@

# 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 content (see the supported content list below). You can restore backed-up objects 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.


<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`

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

Not Supported

</td>
</tr>
</table>


> ### Note
>
> Only a subset of all contents is backed up. Take your own measures for other contents.
>
> Content not mentioned in the list below isn't backed up, for example: alerts and related content, index templates, and so on.

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