Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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, whereas GVClient.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

...

(lightbulb) 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.

  1. Code Block
    "tagsets": [
      {
        "id": "e16409a7-1700-4153-9090-3955bc2f0ae8",
        "name": "Classification",
        "displayName": "Classification",
        "required": false,
        "tagType": "categorical",
        "tags": [
          "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:

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",
        "alias": "Secret"
      },
      {
        "id": "2ff7b12a-8cf7-47a4-8c97-9968e1f704ea",
        "name": "Highly-Confidential",
        "
visualMarkingsOrder
alias":
{}
 "Top Secret"
      }
,

Plugins

image-20240423-102035.png

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)

...

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:

https://getvisibility.atlassian.net/wiki/x/BAC5Mg