How much storage space does the dashboards definitions database require?

The amount of storage required will depend on the size of the TblLogging table which contains one year of logged events. A smallish system will use only 10MB for the whole database, whereas a large one could have up to 1GB if there are lots of events logged.

You can also get the software to truncate the log table every X number of days. To limit the amount of events logged, you could edit the following line in the Dashboard.config file (found in C:\Program Files\...\Intuitive Dashboards\Server).

Old Value:

<Logging PruneLogDays="365" />

New Value (e.g.):

<Logging PruneLogDays="100" />