This article comprehensively explains each of the dashboard options.
...
Auto-update: server URL or path → by default, the agent will look in https://{cluster}/static-server/static/agent/stable/ for new artifacts to update from. If the user would like to user a specific URL or path to look for the artifacts, it should be configured here. Please bear in mind that the formatting should be as follows:
URL: https://path/to/web/server/containing/binaries/
Path:
C:\path\to\artifacts\folder\
Auto-update: regex for agent packages to include → by default, the agent will use a regex pattern to look for artifacts that meet the same naming
(\d+\.\d+\.\d+|\.zip)
(e.g.AgentClassifier.4.0.5-Forcepoint-windows.msi
will continue to look for Forcepoint-flavoured installers, whereasGVClient.4.0.5-Getvisibility-windows.msi
will continue to look for Getvisibility-flavoured installers). Please bear in mind that the formatting should be as follows(flavour|\d+\.\d+\.\d+|\.zip)
Auto-update: check for updates frequency rate → this configures how often the agent will look for newer versions on the entered server auto-update server URL/path. Valid values should be
1 or higher
, expresed in minutes.
Disable Auto Update
Uncheck the check box below, save the configuration and auto-update will be disabled, endpoints will not receive new agent updates once the option is disabled.
...
Enable beta version update
...