Loading

Swimlane Turbine

Version 0.4.0 beta:[] (View all)
Compatible Kibana version(s) 8.17.4 or higher
9.0.0 or higher
Supported Serverless project types
What's this?
Security
Observability
Subscription level
What's this?
Basic
Level of support
What's this?
Community

The Swimlane Turbine integration allows you to ingest on-prem audit logs from Swimlane Turbine, the Enterprise AI Hyperautomation & Orchestration Platform.

Use the Swimlane Turbine integration to stream container pod logs into your Elastic deployment.

The Swimlane Turbine integration collects two type of data streams: logs and cel.

Swimlane Audit Logs help logs keep a record of all audit events occurring within both on-premises and cloud environments. These logs provide a comprehensive history of user actions, configuration changes, access attempts, system events, and other critical activities that support security and compliance monitoring. All fields ingested to this data stream are stored under swimlane.audit_log as an event.

Swimlane API help logs keep a record of events happening in Swimlane API which are related to Workspaces, Dashboards, Reports, Application, Applets, Records, Role Based Access Control (RBAC). All fields ingested to this data stream are stored under swimlane.api as an event.

Tenant API help logs keep a record of events happening in Tenant API which are related to Account & Tenant Management, Settings, and Authentication. All fields ingested to this data stream are stored under swimlane.tenant as an event.

Turbine API help logs keep a record of events happening in Turbine API which are related to Connectors, Assets, Sensors, Solutions, Playbook, Schema Definitions, and Components. All fields ingested to this data stream are stored under turbine.api as an event.

Generate a personal access token for an administrator user. Turbine Cloud Personal Access Token

Configure the settings page with your Turbine Cloud URL, Account Id, and Private Token Turbine Cloud Settings

TPI settings can be configured in the administrator dashboard as seen below:

TPI Audit Log Settings

The following environment variables will need to be set for Audit logs to be outputted into the container pod logs.

swimlane-api & swimlane-tenant:
	"SWIMLANE_Logging__Level=Info"
	"SWIMLANE_Logging__IncludeAudit=true"

turbine-api:
	"LOG_LEVEL_API=info"
	"LOG_LEVEL_DEFAULT=info"
	"LOG_LEVEL_SYSTEM=info"
	"LOG_FILES_ENABLED=false"