Data verifications for audit readiness
Data verifications ensure that entity data in the catalog (e.g., ownership and metadata) stays accurate over time.
As a best practice for audit readiness, we recommend scheduling periodic data verification to ensure your entities are up to date.
Set up a data verification for audit readiness
You must have the Configure verification periods permission to set up a verification.
In Cortex, navigate to the Entity verification settings page. Click +Add verification period.
In the side panel, fill in the fields:
Start date and End date: Enter the start and end dates for the verification period.
The start date cannot be in the past. The end date must be at least one day after the start date.
Choose a timeframe based on your audit's point in time. For example, if your SOC 2 period ends on March 31, you may want to ensure all verifications have timestamps within the last 90 days of that period.
Name: Enter a descriptive name, e.g.,
Audit readiness.Verification instructions: Enter clear and concise instructions that will appear on the entity's details page, e.g.,
These entities are subject to an upcoming audit. Please review to ensure we stay compliant.Require reason for verification: Check this box to require the user to include a reason if they confirm that the entity's data is invalid.
We recommend requiring a reason, as it will allow you to quickly understand what needs to be fixed on an entity.
Team member roles responsible for verification: Select which Cortex users will be responsible for verifying data.
If you select multiple roles, any of those users can verify data.
If you do not select a team member role, any user who owns the entity can verify data.
Entities to verify: Specify which entities the verification policy applies to.
You can select a specific entity type to include (for example, you could apply the verification to all entities of the type
service) or if your entities have groups assigned, you can filter by specific groups.Under Advanced options, you can use CQL to refine which entities you want to verify. For example, you might narrow your selection to entities created in the last two weeks:
entity.created() < duration("P2W")
Click Create verification period.
Within a few minutes of saving the verification period, it will be visible to admins in the list of verifications on the Entity verification settings page. Entity owners will receive notifications to verify their entities.
Remediate entities with incorrect data
After setting up the verification period, you can create a CQL report to view all entities that have been verified as incorrect using a prebuilt CQL report template.
Cortex also offers a prebuilt Scorecard template to flag entities that have not yet been verified.
Last updated
Was this helpful?