The VMware Horizon Recording feature has a web console where administrators can access recordings and configure recording settings.
Horizon Recording Web Console
- Dashboard: displays a list of recent recordings, the server, database, and folder where recordings are stored, as well as recording information such as start time, duration, size, and state. You can lock, unlock, and delete recordings.
- Recordings: displays a list of all recordings with information such as name, launched resource, location, start and end dates, start time, duration, size, and state. You can lock, unlock, and delete recordings.
- Audit Trial: tracks all user actions in the user interface.
Horizon Recording Settings
In
, you can see the details of the Registered Machines that are registered with this instance of the recording server.In
, you can change the authentication, client, and server settings for the recording application, as well as recording criteria.The following credentials are stored in the database and by default, the administrator has full control of the service settings, while the viewer can simply find and watch and download recordings.
Username/Password: administrator/Recording123
Username/Password: viewer/Recording456
Authentication Settings | Description |
---|---|
LDAP Integration | Disable or enable LDAP integration. If enabled, enter the following information:
|
Local Users | Select a user and click Change Password to change the password for that user. |
Client Settings | Description |
---|---|
Notification Message | Message displayed to the user when their session is being recorded. |
Chunk size | The buffer size on the Horizon Recording Agent for each recording screen. When this buffer is filled, the data is submitted to the Horizon Recording Server. |
Upload Interval | The length of time an active recording chunk will be uploaded to the server if the buffer has not yet filled. For example, if the interval is set to 5 minutes and the buffer has yet to fill, when this timespan has elapsed, the current recording screen data is uploaded to the server and a new chunk is created. This setting ensures a smaller window for missed recordings if the Horizon Recording Agent encounters a failure. |
Recording Criteria | Description |
---|---|
Record Local Sessions | Instructs the Horizon Recording Agent to record all sessions that are brokered from internal connection servers on the LAN. |
Record Remote Sessions | Instructs Horizon Recording Agent to record all sessions that are brokered via a Unified Access Gateway. |
Groups to record | Lists specific groups of users to be recorded using the session type recording criteria. If you do not add a group, all users will be evaluated for recording. |
Local Server Settings | Description |
---|---|
Database Connection Type | This local server setting is read from the servicesettings.json file on the local server. Supported database types:
|
Database Connection String | Identifies the server instance and database connection. Example: Data Source=Local.db |
Cluster Settings | Description |
---|---|
Recording Storage Folder | File path of the folder in which the Horizon Recording Server stores active recording data or finished recordings. Location of this folder depends on the deployment type: NTFS Share or Local. This folder must be secured manually. |
Conversion Chunk Size | Buffer size used to convert active recordings to finished recordings. The default value is 10. |
Conversion Wait Time | Amount of time a pending recording conversion has to wait before attempting to convert the files from active to finished. The default value is 10 minutes. |
Raw Files | This setting affects both the Horizon Recording Agent and the Horizon Recording Server.
|
Retention Settings | Number of days a recording is retained on the server after which the web service deletes the recordings. Locked recordings are excluded from the retention rules and remain on the server. |
{ "HTTPSPort": 9443, "DBConnectionString": "GlmrgliM0TpWt5nbC1RQyjoG] "JWTTokenLifeSpan": 60, "DBType": 1, "ConnectionStringIsEncrypted": true }
Edit Deployment Wizard
You can modify Horizon Recording Server settings with the Edit Deployment wizard.
You can modify the local server’s database connection if there are no active sessions in progress in a standalone mode.
Select the database type and connection string. These settings are encrypted and stored in the servicesettings.json file in the server installation directory. If the user specified in the connection string has permissions to create the database, the web service will create a database. Otherwise, pre-create an empty database with the desired name and verify that the account provided has the ability to create the required tables.
The account must have the ability to make database layout changes for future upgrades where the database schema may change, and the web service will automatically perform the migrations.
The web service will be restarted after the database has been instantiated and the local users and settings have been migrated.
Modifying the clusters storage location immediately affects all servers in the cluster. Do not modify the storage location when there are active recordings occurring. Data is not migrated when modifying the storage location.
Logging
By default, the Horizon Recording Server and Horizon Recording Agent logs are in C:\programdata\VMware\Horizon Recording.
<rules> /logger name="*" minlevel="Trace" writeTo="WebServiceLogging" /> </rules>