Collect One Identity Identity Manager logs

Supported in:

This document explains how to ingest One Identity Identity Manager logs to Google Security Operations using Bindplane.

One Identity Identity Manager is an identity governance and administration (IGA) platform for managing user identities, access rights, and compliance across hybrid environments. It provides automated provisioning, access requests, attestation, and policy enforcement with a built-in Universal SIEM Forwarder for event export.

Before you begin

Make sure you have the following prerequisites:

  • A Google SecOps instance
  • Windows Server 2016 or later, or Linux host with systemd
  • Network connectivity between the Bindplane agent and the One Identity Identity Manager server
  • If running behind a proxy, ensure firewall ports are open per the Bindplane agent requirements
  • Privileged access to the One Identity Identity Manager administration console with administrator permissions
  • One Identity Identity Manager version 8.x or later with the Universal SIEM Forwarder module installed

Get Google SecOps ingestion authentication file

  1. Sign in to the Google SecOps console.
  2. Go to SIEM Settings > Collection Agents.
  3. Download the Ingestion Authentication File. Save the file securely on the system where Bindplane will be installed.

Get Google SecOps customer ID

  1. Sign in to the Google SecOps console.
  2. Go to SIEM Settings > Profile.
  3. Copy and save the Customer ID from the Organization Details section.

Install the Bindplane agent

Install the Bindplane agent on your Windows or Linux operating system according to the following instructions.

Windows installation

  1. Open Command Prompt or PowerShell as an administrator.
  2. Run the following command:

    msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
    
  3. Wait for the installation to complete.

  4. Verify the installation by running:

    sc query observiq-otel-collector
    

The service should show as RUNNING.

Linux installation

  1. Open a terminal with root or sudo privileges.
  2. Run the following command:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    
  3. Wait for the installation to complete.

  4. Verify the installation by running:

    sudo systemctl status observiq-otel-collector
    

The service should show as active (running).

Additional installation resources

For additional installation options and troubleshooting, see Bindplane agent installation guide.

Configure the Bindplane agent to ingest syslog and send to Google SecOps

Locate the configuration file

  • Linux:

    sudo systemctl status observiq-otel-collector
    
  • Windows:

    notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
    

Edit the configuration file

  • Replace the entire contents of config.yaml with the following configuration:

    receivers:
        tcplog:
            listen_address: "0.0.0.0:514"
    
    exporters:
        chronicle/one_identity_idm:
            compression: gzip
            creds_file_path: '<CREDS_FILE_PATH>'
            customer_id: '<CUSTOMER_ID>'
            endpoint: <REGION_ENDPOINT>
            log_type: ONE_IDENTITY_IDENTITY_MANAGER
            raw_log_field: body
            ingestion_labels:
                env: production
    
    service:
        pipelines:
            logs/one_identity_idm_to_chronicle:
                receivers:
                    - tcplog
                exporters:
                    - chronicle/one_identity_idm
    

Configuration parameters

Replace the following placeholders:

  • Receiver configuration:

    • tcplog: Receives syslog over TCP. The Universal SIEM Forwarder supports TCP for reliable delivery.
    • 0.0.0.0:514: Listens on all interfaces on port 514. Change the port if needed (for example, 1514 for non-root Linux).
  • Exporter configuration:

    • <CREDS_FILE_PATH>: Full path to ingestion authentication file:
      • Linux: /etc/bindplane-agent/ingestion-auth.json
      • Windows: C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
    • <CUSTOMER_ID>: Customer ID from the Get Google SecOps customer ID step.
    • <REGION_ENDPOINT>: Regional endpoint URL:
      • US: malachiteingestion-pa.googleapis.com
      • Europe: europe-malachiteingestion-pa.googleapis.com
      • Asia: asia-southeast1-malachiteingestion-pa.googleapis.com
      • See Regional Endpoints for complete list.

Save the configuration file

  • After editing, save the file:
    • Linux: Press Ctrl+O, then Enter, then Ctrl+X
    • Windows: Click File > Save

Restart the Bindplane agent to apply the changes

To restart the Bindplane agent in Linux:

  1. Run the following command:

    sudo systemctl restart observiq-otel-collector
    
  2. Verify the service is running:

    sudo systemctl status observiq-otel-collector
    
  3. Check logs for errors:

    sudo journalctl -u observiq-otel-collector -f
    

To restart the Bindplane agent in Windows:

  1. Choose one of the following options:

    • Command Prompt or PowerShell as administrator:
    net stop observiq-otel-collector && net start observiq-otel-collector
    
    • Services console:
      1. Press Win+R, type services.msc, and press Enter.
      2. Locate observIQ OpenTelemetry Collector.
      3. Right-click and select Restart.
  2. Verify the service is running:

    sc query observiq-otel-collector
    
  3. Check logs for errors:

    type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
    

Configure One Identity Identity Manager syslog forwarding

One Identity Identity Manager includes a Universal SIEM Forwarder that exports audit and identity lifecycle events via syslog in JSON, CEF, or JSON-CIM formats.

  1. Sign in to the One Identity Manager Administration Console (Manager or Designer tool).
  2. Navigate to Base Data > General > Configuration Parameters.
  3. Locate the QER\Person\Siem configuration section.
  4. Enable the Universal SIEM Forwarder by setting the Enabled parameter to True.
  5. Configure the syslog destination:
    • SyslogHost: Enter the IP address of the Bindplane agent host (for example, 192.168.1.100).
    • SyslogPort: Enter 514 (must match the Bindplane agent receiver port).
    • SyslogProtocol: Select TCP.
    • SyslogFormat: Select JSON (recommended for maximum parsing fidelity).
  6. Configure the event types to forward:
    • PersonEvents: Set to True to forward identity lifecycle events (create, modify, delete).
    • EntitlementEvents: Set to True to forward access assignment and removal events.
    • PolicyEvents: Set to True to forward policy violation and attestation events.
    • SystemEvents: Set to True to forward provisioning and synchronization events.
  7. Click Save to save the configuration.
  8. Restart the One Identity Manager Service for changes to take effect.
  9. Verify that logs are being sent by checking the Bindplane agent logs.

UDM mapping table

Log Field UDM Mapping Logic
ImportCompleted, MembersCount, SchedulerTriggerId, JobThreadCount, JobMessage, JobExitCode, TriggerVetoed, TriggerMisfired, JobException, ErrorCount, IdentityProviderName, AuditLogUri, ApplianceId, AssetName, AssetPartitionName, TaskId, SystemId, SystemName, AssetPartitionId, DurationInMinutes, OfflineWorkflowMode, RequiredDate, WasCheckedOut, ApproverAccessRequestUri, ReviewerAccessRequestUri, _DB_HOST, Enabled, UID_ConfigParm, XOrigin, Ident_AERole, UID_Person additional.fields Merged as key-value pairs from various fields
RequesterAccessRequestUri extensions.auth.auth_details Value copied directly
user_login, user_logout extensions.auth.type Set to AUTHTYPE_UNSPECIFIED if user_login or user_logout true
hostname intermediary.hostname Set if hostname is not IP
hostname intermediary.ip Set if hostname is IP
time metadata.collected_timestamp Converted from ISO8601 timestamp
EventDescription metadata.description Value copied directly
EventTimestamp, MessageDate, XDateUpdated, XDateInserted metadata.event_timestamp Converted from UNIX_MS, priority XDateInserted > XDateUpdated > MessageDate > EventTimestamp
has_principal, has_target_resource, has_user, user_login, user_logout, has_target_user metadata.event_type Set to USER_LOGIN if has_principal and has_target_resource and has_user and user_login; else USER_LOGOUT if has_principal and has_target_resource and has_user and user_logout; else USER_UNCATEGORIZED if has_target_user or has_user; else STATUS_UPDATE if has_principal; else GENERIC_EVENT
EventDisplayName, XUserInserted, UID_ConfigParm, XDateInserted, XOrigin metadata.product_event_type Value from EventDisplayName, overridden by "Configuration Changed" if XUserInserted and UID_ConfigParm not empty, overridden by "User added to group" if XDateInserted and XOrigin not empty
IdentityProviderId metadata.product_log_id Value copied directly
version metadata.product_version Value copied directly
EventUserDomainName principal.administrative_domain Value copied directly
app_name, ApplicationName principal.application Value from ApplicationName if not empty, else app_name
HostName principal.asset.hostname Value copied directly
AuthClientMachine principal.asset.ip Extracted IP from AuthClientMachine
AssetId principal.asset_id Concatenated as "AssetId:%{AssetId}"
HostName principal.hostname Value copied directly
AuthClientMachine principal.ip Extracted IP from AuthClientMachine
process_id principal.process.pid Value copied directly
AccountDistinguishedName principal.user.attribute.roles Set to object with name = AccountDistinguishedName
email principal.user.email_addresses Merged if matches ^.+@.+$
RequestId, UserGroupName principal.user.product_object_id Value from UserGroupName if not empty, else RequestId
EventUserDisplayName principal.user.user_display_name Value copied directly
EventUserName, UserGroupId, User, XUserInserted, Assignor principal.user.userid Value from Assignor if not empty, else XUserInserted if not empty, else User if not empty, else UserGroupId if not empty, else EventUserName
SuccessInfo security_result.category_details Value copied directly
MessageString security_result.description Value copied directly
UID_DialogJournal, ApplicationIntent, IsLogOff, AuthIdentity, AuthModule security_result.detection_fields Merged with labels from various fields
AccountDomainName target.administrative_domain Value copied directly
AccessRequestType target.application Value copied directly
AssetNetworkAddress target.asset.hostname Value copied directly
AssetPlatformType target.asset.platform_software.platform Set to WINDOWS if matches (?i)Windows
AssetNetworkAddress, AssetId target.asset_id Concatenated as "AssetNetworkAddress:%{AssetId}"
Fullpath target.file.full_path Value copied directly
AssetNetworkAddress target.hostname Value copied directly
_DB_NAME, databasename, _DB_DRIVER, _DB_PORT target.resource.attribute.labels Merged with db_name from _DB_NAME or databasename, db_driver from _DB_DRIVER, db_port from _DB_PORT
EventUserId target.user.product_object_id Value copied directly
AccountName, Receiver target.user.user_display_name Value from Receiver if not empty, else AccountName
AccountId, XUserUpdated, CentralAccount target.user.userid Value from CentralAccount if not empty, else XUserUpdated if not empty, else AccountId
metadata.product_name Set to "ONE_IDENTITY_IDENTITY_MANAGER"
metadata.vendor_name Set to "ONE_IDENTITY"

Need more help? Get answers from Community members and Google SecOps professionals.