Skip to main content

SharePoint Online Monitoring Scope

You can fine-tune Netwrix Auditor by specifying data that you want to exclude from the SharePoint Online monitoring scope.

Exclude Data from the SharePoint Online Monitoring Scope

  1. Navigate to the %ProgramData%\Netwrix Auditor\Netwrix Auditor for SharePoint Online\Configuration folder and locate your monitoring plan.

If you have several monitoring plans for monitoring SharePoint Online, configure omitlists for each monitoring plan separately.

  1. Edit the *.txt files based on the following guidelines:
  • Each entry must be a separate line.
  • A wildcard (*) is supported. You can use * for cmdlets and their parameters.
  • Lines that start with the # sign are treated as comments and are ignored.
FileDescriptionSyntax
omitstorelist.txtContains a list URLs of SharePoint Online objects to be excluded from audit data collection.https://URL For example: https://Corp.sharepoint.com/*
omiteventloglist.txtContains a list of event IDs to be excluded from the Netwrix Auditor System Health event log.event ID For example: 1001 Only add known error or warning events, otherwise you may lose important data.
omitreadstorelist.txtContains the SharePoint Online lists, documents, etc., to be excluded from being monitored for read access.https://URL For example: https://Corp.sharepoint.com/* *list/document.docx
omituserreadstorelist.txtContains a list of user accounts to be excluded from read access monitoring.Provide user name in the UPN format. For example: account@example.*.com
OmitSitScStoreList.txtContains a list of SharePoint Online site collections to be excluded from state-in-time data collection.Enter root web site URLs. For example: https://URL
OmitSitStoreList.txtContains SharePoint Online lists and list items to be excluded from state-in-time data collection.Enter list or list item URI (Unique resource identifier, or endpoint) reference. :::note URI Reference doesn't include site collection URL. For example, to exclude a list item with the https://sitecollection.sharepoint.com/list/document.docx URL, specify the corresponding endpoint (URI), i.e. list/document.docx. :::