Created on
11-12-2024
01:18 AM
Edited on
11-12-2024
01:19 AM
By
Anthony_E
Description | This article describes how to export all customized rules. |
Scope | FortiSIEM. |
Solution |
When moving configuration from one FortiSIEM to another, it can be necessary to export all the customized rules in one go for backup purposes or to import it in another FortiSIEM.
Here are the steps to follow from super CLI as root:
echo "<Rules>" > /tmp/rules-tmp.xml
Download the file at /tmp/rules.xml from scp / Winscp to have it on the local desktop. This file can be reused for import in other FortiSIEMs. |