Insights Dashboard - User By Login (Last 30 Days) date
search cancel

Insights Dashboard - User By Login (Last 30 Days) date

book

Article ID: 379938

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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.

Environment

TDM Portal 4.11

Cause

The Insight Dashboard reports are not updated in real time. They are updated every hour. 

Resolution

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 * * * ? *