Please enter search query.
Search <book_title>...
Arctera Enterprise Vault™ eDiscovery Administrator's Guide
Last Published:
2025-07-07
Product(s):
Enterprise Vault (15.2)
- Configuring eDiscovery: Desktop Client
- Importing configuration data from an XML file
- Setting eDiscovery system configuration options
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with eDiscovery
- Defining email targets with Address Manager
- Building eDiscovery search schedules
- Manually reviewing items
- About reviewing with eDiscovery
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Creating and viewing reports
- Enhanced reporting
- Available eDiscovery reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in eDiscovery searches
- Appendix B. Troubleshooting
- Issues with Insight eDiscovery Custodian Manager
Speeding up analytics data collection in low-bandwidth environments
When there are low-bandwidth connections (1GB or lower) between eDiscovery and Enterprise Vault, and between eDiscovery and SQL Server, the collection of analytics data can be slow due to high memory usage and service restarts. If you know these connections to be slow, or if you experience these symptoms, you can take the following steps to speed up data collection.
To speed up analytics data collection in low-bandwidth environments
- Pause the collection of analytics data.
- Locate the
AnalyticsIngesterTask.exe.config
file in the eDiscovery program folder. - Open the file in a text editor such as Windows Notepad.
- Make the following configuration changes:
<add key="numECMThreads" value="1" /> <add key="maxThreadsPerVaultServer" value="1" /> <add key="numDBThreads" value="2" />
- Save and close the file.
- Resume the collection of analytics data.