Domain Separation Center
Summarize
Summary of Domain Separation Center
The Domain Separation Center is a centralized dashboard within ServiceNow that allows customers to schedule, configure, and review audits across all domains listed in thedomainauditdefinitiontable.
It helps identify domain-related errors and warnings, enabling proactive domain health management.
The dashboard is accessible at
Show less
Configuring and Scheduling Audits
Audits provided by the Domain Separation Center cannot be created by customers but can be activated and scheduled. Audits are inactive by default. To configure audits:
- Activate desired audits and set their frequency (daily, weekly, or monthly) via the Configure Audits page.
- Configure audit schedules to specify exact days and times for execution in the Audit Schedules page.
- All audits with the same frequency run sequentially starting at the configured time.
- Avoid scheduling daily audits on large tables to prevent performance issues.
Audits can also be executed on demand by selecting Execute Now on the respective schedule.
Domain Separation Center Configuration
Customers can enable detailed domain logging for troubleshooting via the Configure Domain Center page. This stores logs in the syslogdomain table but may impact performance. Large tables should be moved to the Selected column to exclude them from daily audits, ensuring optimal system performance.
Monitoring and Managing Audit Results
Audit results display counts of Errors, Warnings, Running Audits, and Inactive Audits on the dashboard:
- Errors and Warnings: Selecting these shows detailed audit problems and links to server-side logs in syslogdomain for deeper investigation.
- Logs can be filtered by Detail ID to pinpoint specific audit issues.
- Actions include rerunning audits, deactivating audits, and copying audit details for further analysis.
- Running Audits: View the status of audits currently in progress or queued.
- Inactive Audits: Review and reactivate audits by setting their active status and frequency.
Practical Benefits for ServiceNow Customers
Using the Domain Separation Center enables customers to maintain domain integrity through regular automated audits, identify and resolve domain issues promptly, and optimize audit scheduling to balance thoroughness with system performance. Detailed logging and audit result tracking provide transparency and actionable insights, helping maintain a healthy and well-segregated domain environment.
Audit your domains regularly to reveal problems.
overview
The Domain Separation Center is a dashboard where you can schedule and configure audits for all of the domains stored in your domain_audit_definition table. The dashboard enables you to review audit results and dig deeper into domain errors and warnings. You can find the Domain Separation Center dashboard at <ServiceNow-instance-name>/domaincenter.
The Domain Separation Center provides many audits. You cannot create your own. You can, however, configure how often they run. Audits run on all of the domains stored in the domain_audit_definition table.
Configure audits
- In the Domain Separation Center, select Configure Audits.
The Configure Audits page displays.
- Configure each audit you want to be active. Audits are inactive by default.
- Select an audit.
- Select the Active box to activate the audit.
- Specify how often the audit runs in the Frequency
field.
The Domain Separation Center runs all audits marked with the same frequency at the same time. Do not select Daily for audits run on large tables.
- Repeat these steps for each audit you want to activate.
- Select Save.
Audit schedules
- In the Domain Separation Center, select Audit Schedules.
The Audit Schedule page displays.
- Configure the audit schedules.
- Select a schedule name.
- Specify the time of day to run the audit.
Time units are measured with the 24 hour clock, that is, 14 equals 2 PM.
- For weekly schedules, select the day of the week to run the audit, where 1 is Sunday.
- For monthly schedules, select the day of the month to run the audit.
- Repeat the procedure for the other schedules.
- Select Save to save the configuration changes.
- Select Execute Now to run all of the audits scheduled to run at the frequency shown at the top of the right pane, for example, if the pane title is, Domain Audit Schedule - Daily, all of the audits that run daily are run.
To see the status of a running audit, in the Domain Separation Center, select the number in the Running Audits box.
Execute audits immediately
- In the Domain Separation Center, select Audit Schedules.
The Audit Schedule page displays.
- Select the name of the audit schedule you want to run, for example, daily, weekly, or monthly.
- Select Execute Now.
To see the status of a running audit, in the Domain Separation Center, select the number in the Running Audits box.
Configure the Domain Separation Center
- In the Domain Separation Center, select Configure Domain Center.
- On the Configure Domain Center page, for Enables
detail domain logging, select Yes to store detailed
logs that help diagnose domain-related issues. Detailed logging might cause performance
issues.
These logs refer to server-side logs in the syslog_domain table. For information about viewing the logs, see View audits with warnings and failures.
- In the slushbucket, select and move all of your large tables into the
Selected column.
Daily audits should not run on large tables. Grayed-out table names in the Selected column are large and cannot be moved to the Available column.
- Select Update.
View audits with warnings and failures
- In the Domain Separation Center, select the number in the
Errors or Warnings box.
The Errors or Warnings page displays, respectively.
- Select one of the audits in the list.
The page displays detailed information about problems with the audit you selected. The messages in Audit Result Details refer to values in the syslog_domain table for table audits that revealed errors or warnings.
- To see the logs on the server that provide information about warning or error
audits:
- Copy the Detail ID value in the left panel of a warning or error.
- In the Filter Navigator of HI, enter syslog_domain.do.
The Domain Log page displays.
- In the Source search field, enter
=<Detail-ID> (no space after the equals sign), for
example, =f6a00fd29a85b300a9503a81b9169678.
The Domain Log page displays only the logs related to the audit with the Detail ID you specified. Each row in the table specifies a different record the audit found problems in. Notice that the Message field on this page matches the values displayed in the Domain Service Center's Message column. The format of the message matches the audit type.
- Select:
- Rerun Audit—Rerun an audit to see if it still encounters a warning or error.
- Deactivate Audit—Inactivate an audit.
- Copy Details—Copy audit details to the clipboard.
View running and pending audits
- Select the number in the Running Audits box to view audits that
are currently running or pending running.
The Running Audits page displays.
- Select an audit for more information about it.
View inactive audits
- Select the number in the Inactive Audits box.
The Inactive Audits page displays all of the audits that are currently deactivated.
- Select one of the audits to display more information about it.
- To activate an audit, select the Active box and use the Frequency field to specify how often the audit runs.
- Select Update.