Veritas Advanced Supervision User Guide

Last Published:
Product(s): Veritas Alta Surveillance (1.0)
  1. Introducing Advanced Supervision
    1.  
      About Advanced Supervision
    2.  
      Advanced Supervision features
    3.  
      About Advanced Supervision system security
    4.  
      Advanced Supervision multi-tier architecture
    5.  
      System requirements
  2. Getting started
    1.  
      Signing in to Advanced Supervision
    2.  
      Signing out from Advanced Supervision
    3.  
      Launching Enterprise Vault.cloud applications
    4.  
      Resetting a forgotten password
  3. Working with dashboard widgets
    1.  
      Understanding the Dashboard page
    2.  
      Viewing status summary of recently reviewed departments
    3.  
      Viewing the review status summary of escalated items
    4.  
      Viewing a summary of completed searches
    5.  
      Viewing a summary of completed exports
  4. Managing departments
    1.  
      About departments
    2.  
      Understanding the Departments page
    3.  
      Searching departments
    4.  
      Creating departments
    5.  
      Moving existing departments under other departments
    6.  
      Adding monitored employees to departments
    7.  
      Editing monitoring policies
    8.  
      Editing department details and monitoring policy
    9.  
      Managing exception employees
    10.  
      Designating employees as exception employee
    11.  
      Assigning further exception reviewers to an exception employee
    12.  
      Removing exception status
    13.  
      Removing exception reviewers
  5. Managing department users
    1.  
      Assigning department reviewers
    2.  
      Removing department reviewers
    3.  
      Adding new roles for users
    4.  
      Removing roles
    5. Managing role assignment for a user in departments
      1.  
        Assigning departments and exceptions to specific users
      2.  
        Removing a specific role to users in one or more departments and exceptions
  6. Managing department searches
    1.  
      About searches in Advanced Supervision
    2.  
      Guidelines for effective searches
    3.  
      Creating and running Advanced Supervision searches
    4.  
      Disabling scheduled searches
    5.  
      Using proximity searches
    6.  
      Using fuzzy searches
    7.  
      Previewing search results
    8.  
      Accepting search results
    9.  
      Rejecting a search result
    10.  
      Resubmitting a search
  7. Managing department-specific hotword sets
    1.  
      Overview
    2.  
      Creating department-specific hotword sets
    3.  
      Editing department-specific hotwords and hotword sets
    4.  
      Deleting department-specific hotword sets
  8. Managing department-specific trash rules
    1.  
      Overview
    2.  
      Creating department-specific trash rules
    3.  
      Activating department-specific trash rules
    4.  
      Deactivating department-specific trash rules
    5.  
      Propagating department-specific trash rules
    6.  
      Unpropagating department-specific trash rules
  9. Managing department-specific allowlist rules
    1.  
      Overview
    2.  
      Creating department-specific allowlist rules
    3.  
      Editing department-specific allowlist rules
  10. Viewing employees associated with departments
    1.  
      Viewing employee association history
  11. Managing application-level users, roles, and permissions
    1.  
      Overview
    2.  
      Predefined user roles and permissions
    3.  
      Adding new roles for users
    4.  
      Editing user roles
    5.  
      Deleting user roles
    6.  
      Assigning roles to users
    7.  
      Removing a user role
  12. Managing application-specific hotword sets
    1.  
      Overview
    2.  
      Creating application-specific hotword sets
    3.  
      Editing application-specific hotwords and hotword sets
    4.  
      Deleting application-specific hotword sets
  13. Managing application-specific trash rules
    1.  
      Overview
    2.  
      Creating application-specific trash rules
    3.  
      Activating application-specific trash rules
    4.  
      Deactivating application-specific trash rules
    5.  
      Propagating application-specific trash rules
    6.  
      Unpropagating application-specific trash rules
  14. Managing application-specific allowlist rules
    1.  
      Overview
    2.  
      Creating application-specific allowlist rules
    3.  
      Editing application-specific allowlist rules
  15. Managing data requests
    1.  
      About data request
    2.  
      Creating a new data request
  16. Managing search schedules
    1.  
      Overview
    2.  
      Setting up new search schedules
    3.  
      Setting up one-time search schedules
    4.  
      Example of a one-time search schedule
    5.  
      Setting up recurring search schedules
    6.  
      Example of a recurring search schedule
    7.  
      Editing search schedules
    8.  
      Deleting search schedules
  17. Managing export operations
    1.  
      About exporting items
    2.  
      Performing export runs
  18. Managing reviews
    1.  
      About reviewing with Advanced Supervision
    2.  
      Limitations on reviewing certain types of Skype for Business content
    3.  
      Understanding the Review page
    4.  
      Changing the Review pane position
    5.  
      Filtering the items in the Review pane
    6.  
      Manually reviewing items
    7.  
      Assigning review status to items
    8.  
      Viewing hotwords highlighting
    9.  
      Viewing tags highlighting
    10.  
      Viewing the full content in a new window
    11.  
      Adding comments to items
    12.  
      Viewing the history of items
    13.  
      Printing the original versions of items
    14.  
      Downloading the original versions of items
  19. Working with reports
    1.  
      About Advanced Supervision reports
    2.  
      Predefined report types
    3.  
      Generating reports
  20. Managing Audit Settings
    1.  
      Audit Settings Overview
    2.  
      Editing the Audit Settings
  21. Working with Audit viewer
    1.  
      About Audit viewer
    2.  
      Performing a search for audit records

Using fuzzy searches

Searching natural language is inherently imprecise. Fuzzy search is an alternative search method that finds words that require a proscribed number of character modifications (known as edits) to match the search term. For instance, a fuzzy search for 'ax' would match the word 'axe', since only a single deletion, removing the 'e', is required to match the two words.

The fuzziness argument specifies that the results match with a maximum edit distance of 2. It should be noted that fuzziness should only be used with values of 1 and 2, meaning a maximum of 2 edits between the query and a term in a document is allowed. To create a fuzzy search, add a tilde character (~) and a numerical value of 1 or 2. For example, to use a fuzzy search to find the word testing, you could use the following arguments:

Note:

The fuzzy search only works for individual words; it does not work for phrases.

  • tesitng~1

  • etsitng~2

The following examples show how the arguments would work for the word testing, given that only 2 edits are allowed:

  • tesitng~1 is searchable because, 1 edit is required

  • etsitng~2 is searchable because, 2 edits are required

  • etsitgn~2 is not searchable because, 3 edits are required