We want to use the Insights Dashboard - User By Login (Last 30 Days) report in TDM Portal to track the usage by our users. When testing, we logged in as a test user, and noticed that the report in the Insights Dashboard still shows the Test user lasted logged in several days ago. The insights Dashboard should show the real date of the last login.
TDM Portal 4.11
The Insight Dashboard reports are not updated in real time. They are updated every hour.
This is configurable in the application.properties file, by the tdmweb.tdm-usage-service.job.dashboard-statistics.cron-expression property.
# dashboard metrics collection job will run hourly
# initial value is run at second :00 of minute :00 of every hour
tdmweb.tdm-usage-service.job.dashboard-statistics.cron-expression=0 0 * * * ? *