Appendix
1. Calculating partition capacity for intercepted data and indexes
When you use MS SQL Server as the DBMS for storing intercepted data, increase the total RAM by the amount allocated to the DBMS, but by no less than 8 GB (be sure to set a RAM usage limit in the DBMS settings).
Store = Ratio × Users × Month
Store — the capacity in gigabytes (GB) required to store intercepted data.
Ratio — a coefficient for the monthly volume of data, in GB, collected from a single controlled user. The default value is 1.5. With only the Network traffic interception server, the coefficient is 0.15. With only the Mail processing server, it is 0.35. With all interception servers, the total coefficient is 2.0 (1.5 + 0.15 + 0.35).
Users — the number of controlled users.
Month — the data retention period, in months.
Index = Store × 0.2
Index — the size of the search index, roughly 20% of the intercepted data size.
2. DBMS
Keep in mind that the formula below is based on statistical averages and gives an approximate result.
For storing and processing the planned data volumes, the recommended DBMS is PostgreSQL — it is completely free and requires no additional RAM. Do not host databases used by other software on the Anexet database server. When monitoring 500 users or more, you must enable rotation by database size (no more than 2 TB) or by retention period (no more than 1 month).
3. Preinstalled components
- Microsoft ASP.NET Core Runtime 8.0
- Microsoft .NET Desktop Runtime 8.0
- Microsoft Visual C++ Redistributable 2015-2022 x64
- Microsoft Visual C++ Redistributable 2015-2022 x86
4. OS
4.1. OS for server components
Microsoft Windows Server 2012R2/2016/2019/2022 x64
4.2. OS for consoles
Microsoft Windows Desktop 8.1/10/11, Server 2012R2/2016/2019/2022 x64
4.3. OS for agents
- Microsoft Windows XP/Vista/7/8/8.1/10/11
- Microsoft Windows Server 2003/2008/2012/2016/2019/2022
- Linux (supported distributions: Ubuntu 20.04, Debian 11, Fedora 33, Rosa R12, Astra 1.7, ALT Linux 9.1+, RedOS 7.3+, AlmaLinux 9+)
- macOS 11 and higher (x86-64 and ARM64 architectures)
