Skip to main content

Activity Logs

Sync Type: Incremental

Overview

The Polymer Activity Logs connector retrieves audit and activity data from your Polymer account, providing visibility into user actions, authentication events, and system activities. This connector enables continuous monitoring and compliance tracking by ingesting activity logs from the Polymer runtime data security platform.

Prerequisites

1. Active Polymer account

You must have an active Polymer account with administrative access to retrieve API credentials and configure the connector.

Required Permissions

  • Access to Organisation settings.
  • Ability to generate and view API keys.
  • Domain management access.

Setup Instructions

Retrieve Credentials

  1. Access Organisation settings

    • From the Polymer Hub platform home page, click on your username in the bottom left corner.
    • Select Organization settings from the dropdown menu.
  2. Get Your API Token

    • In the left navigation panel, select API Key.
    • Copy the API key value displayed on the screen

Note - Store this key securely - it will be used to authenticate all the API requests.

  1. Get Your Domain Name

    • In the left navigation panel, select Domains.
    • Note the domain name listed (e.g., company.polymerhq.io or custom domain).
    • You'll use the subdomain portion (e.g., company) for configuration.

    Example

    • Full domain: acme-corp.polymerhq.io.
    • Domain name to use: acme-corp

Configuration

Settings

SettingTypeRequiredDescription
Domain NamestringNoThe subdomain from your Polymer organization URL (e.g., company from company.polymerhq.io). Retrieved in the Getting the Domain Name section.

Secrets

SecretTypeRequiredDescription
API TokenstringtrueAPI key to authenticate requests to the Polymer API. Retrieved in the Retrieve API Token section.

Connector Limitations

  1. The API allows a maximum of 120 requests per minute.
  2. Pagination size is 20, so if the audit logs contain 3000 records, 150 API requests will need to be made, meaning this connector will slow down over time.

Sample Record

{
"id": 2123221,
"user": "jacob.sams@test.com",
"role": "Admin",
"activity": "Logged in",
"created_at": "2022-10-02T17:09:55+00:00"
}