Integration

Prev Next

The Integration feature in Splashtop Secure Workspace allows you to manage data forwarding and integration settings for seamless interoperability with other systems, specifically Security Information and Event Management (SIEM) solutions. This document provides an overview of the Integrations page and explains the available actions.

Accessing the Integration Page

To access the Integration page and manage your integrations, follow these steps:

  1. Navigate to the Settings section in the Splashtop Secure Workspace.
  2. Click on the "Integration" option.

Viewing and Managing Integration

On the Integration page, you will see a table of available integrations. Each integration is identified by several columns:

  • Name: The unique name of the integration.
  • Type: The type of integration (e.g., AWS S3, etc.).
  • Enabled: Indicates whether the integration is currently enabled or disabled.
  • Status: Shows the current status of the integration.

Here are the actions you can perform on each integration:

  1. Edit: Clicking the "Edit" button allows you to modify the settings of the selected integration.
  2. Test: The "Test" button enables you to verify the functionality of the integration. This action will initiate a test sequence to ensure that the integration is working correctly. The result of the test will be displayed on the page.
  3. Integration history: Clicking the "Integration history" button allows you to view a detailed log of all synchronization attempts for the selected integration, including timestamps and status (e.g., successful or failed). This helps you track and troubleshoot synchronization activities.
  4. Delete: The "Delete" button allows you to remove the selected integration from the system. Please note that this action is irreversible and will permanently delete the integration and its settings.

Adding a New Integration

To set up an integration with Amazon S3, fill in the following required fields:

  • Display Name: A user-defined label for easy identification of this integration.

  • Type: Currently fixed as Amazon S3 (pre-filled and non-editable).

  • Access Key ID: Your AWS access key.

  • Secret Access Key ID: Your AWS secret key.

  • Bucket Name: The name of your S3 bucket where logs will be stored (e.g., ssw-demo-siem).

  • Bucket Region: AWS region where your bucket resides (e.g., us-west-2).

  • Folder: A dynamic path template for organizing logs in the bucket. Example format:

    organization_{{orgName}}/{{displayName}}_{{date}}
    

    This will expand based on runtime variables, e.g., organization_demo/siem_2025_06_19.

To write all .log files directly to the root of the bucket (i.e., no subfolders), simply set the Folder field to ./

  • Interval: How frequently logs will be sent to the integration, in minutes (e.g., 5 minutes).

Saving the Integration

Once you’ve filled in the fields:

  1. Click Test to verify your configuration.
  2. If successful, click Save to finalize and enable the integration.