Troubleshooting Tip: How to check the status of a rule from the backend in FortiSIEM
| Description | This article describes how to check the status of a rule from backend in FortiSIEM. |
| Scope | FortiSIEM. |
| Solution | The rule status can be found mainly in cache, Redis and Database. It is important that the rule status is the same while checking in cache/redis/database level.
The following steps can be followed to check the status of rule from backend.
https://<IP>/phoenix/rest/dataRequest/rule
Replace <IP> with the actual IP/FQDN of Supervisor.
<CustomerScope groupBy EachCustomer=\”true\”> <Include all=\”true\”/> <Exclude/>
redis-cli -p 6666 -a `phLicenseTool --showRedisPassword` hget /v1/rules rule-<ID>
Replace <ID> with the dbId of the rule noticed from the cache.
<CustomerScope groupBy EachCustomer=\”true\”> <Include all=\”true\”/> <Exclude/>
|
