Which Database Format Should I Use with EventReporter?#
Question#
Which database format should I use with EventReporter, and what should I consider before logging events into a database?
Answer#
Use the default EventReporter database format unless you have a defined reason to use a custom schema. For most production deployments, use a server-grade ODBC-accessible database such as Microsoft SQL Server, MySQL, MariaDB, or PostgreSQL. Avoid Microsoft Access for production logging.
Details#
EventReporter can write events into an ODBC-accessible database through the Write to Database action. The built-in default format is the safest choice because it matches the fields that EventReporter expects and avoids unnecessary mapping work.
Action path#
Create an ODBC System DSN on the EventReporter host.
Verify that the database server is reachable and accepts the configured credentials.
In EventReporter, add a Write to Database action to the ruleset that should store events.
Select the System DSN.
Keep the default table format unless you have a strong reason to change it.
Trigger a test event and verify that a row is inserted.