Technical Tip: Finding a Rule Based on Incident Event Type
| Description | This article provides a method to identify a rule based on the Event Type associated with an incident. |
| Scope | FortiSIEM v7.x+. |
| Solution | When testing FortiSIEM configurations and creating custom rules, incidents may not appear in the Incidents tab but can still be found in the Analytics tab when using the search filter 'System Event Category = 1'. Since incidents and rules are stored in the PostgreSQL database, follow these steps to identify the relevant rule:
psql -U phoenix phoenixdb If the exact Incident Event Type is unclear, use: psql -U phoenix phoenixdb Example:
psql -U phoenix phoenixdb
This method allows the mapping of an Incident Event Type to its corresponding rule, aiding in troubleshooting and rule validation.
Related document: FortiSIEM Event Categories and Handling |

