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
...
Note: the order in which the tagsets are defined (currently only by editing the .json file) is significant. For instance, in a three-level classification taxonomy (e.g., Public, Internal, Confidential), if these are defined as (Internal, Confidential, Public), Internal will be considered the lowest level and Public the highest.
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": false, [ "Internal", "Confidential", "Public" ], "tagAliases": {}, "visualMarkingsOrder": {} },
Add aliases to the Classification tags:
Config without the alias:
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": [ "Public", "General Business", "Confidential", "Highly-Confidential" ], "tagAliases": {}, "visualMarkingsOrder": {} },
Config with aliases:
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": [ "Public", "General Business", "Confidential", "Highly-Confidential" ], "tagAliases": { "Public": "General", "General Business": "Internal", "Confidential": "Secret", "Highly-Confidential": "Top Secret" }, "visualMarkingsOrder": {} },
In newer configs:
tagType
Code Block "classification": { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "behaviour": "exclusive", "description": "", "displayName": "Classification", "displayOrder": 0, "enabled": true, "hiddenForUsers": false, "tagDisplayOrder": "automatic", "tagSeverityOrder": "ascending", "tags": [ { "id": "092288af-9749-46e2-a13c-377bf57e7a4b", "name": "Public", "alias": "General" }, { "id": "80fd464e-b32a-476e-ab7c-23f8f400a87d", "name": "General Business", "alias": "Internal" }, { "id": "43693551-67eb-47b4-9671-7d5827c22f89", "name": "Confidential", "categorical
alias": ",
Secret""tags": [
"Internal",
}, {Confidential
"id": "Public
2ff7b12a-8cf7-47a4-8c97-9968e1f704ea", "],
name": "Highly-Confidential",tagAliases
"
{},
alias":"visualMarkingsOrder":
"Top Secret"{}
,
}
Plugins
This section enables users to easily activate or deactivate the Excel, Explorer, Outlook, PDF, PowerPoint, and Word plugins.
...
For more information on this topic, please refer to this article: Synergy Agent: Header Footer Details
Enforce page layout option
...
For more information on this topic, please refer to this article: Synergy Agent: Header Footer Details
Enforce Header and Footer type
...
For more information please check this article Synergy Agent: Header Footer Details
Show header/footer/watermark (and title/subtitle for PPT)
...
classification - shows classification output including aliases
classification_raw - shows classification output, doesn’t include aliases
classification_guid - unique id generated based on tagset id and tag name
distribution - shows distribution output including aliases
distribution_raw - shows distribution output, doesn’t include aliases
distribution_guid - unique id generated based on tagset id and tag name
compliance - shows compliance output including aliases
compliance_raw - shows compliance output, doesn’t include aliases
compliance_guid - unique id generated based on tagset id and tag name
datetime - timestamp for classification, with this format
"yyyy-MM-dd\\THH:mm:ss\\Z"
emailemail - email of the current user (only works when outlook plugin is installed)
user - current user name
machineid - device name
fileid - Getvisibility id assigned for the classified file
...
The General settings, Classification settings, and Visual tagging configurations are the same as the ones described in the Plugins section.
End Point Discovery
The Endpoint Discovery feature gives administrators a powerful tool to secure user machines by enabling them to set up and schedule scans across all endpoints within the network.
Refer to the below document for complete understanding of the feature: