- Help Center
- FAQ
- General Enquiries
-
Intuitive Dashboards Core Software
- Getting Started
- Viewing Dashboards
- Interacting with dashboards
- Filters
- Connections
- Datafeeds
- Datasets
- Components
- Creating Dashboards and Components - Overview
- Creating Components
- Creating a Dashboard
- Administering the System
- Administering Users
- Administering Groups
- Security Filters - V5.2 and earlier
- Security Filters - V5.3 Onward
- Embedding Dashboards
- Configuration File
- Installation & Configuration Guide
- Version History
-
Intuitive for PaperCut V2
-
Intuitive for PaperCut MF V3
-
Intuitive for SAFEQ
-
Intuitive For Managed Print Services (MPS)
-
Intuitive Cloud Services
-
Intuitive for PaperCut Hive V1
-
Intuitive for SAFEQ Cloud
-
Intuitive for Docuware
-
FAQ
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" />