Bindplane Audit Logs

The Bindplane Audit Logs Source collects audit logs from a single Bindplane instance. Audit logs contain records of user authentication, resource operations, configuration management, rollout behavior, and other system activities. Audit logs are scoped to the project associated with the API key. The user that generates the API key must have admin privileges.

Supported Platforms

Platform
Metrics
Logs
Traces

Linux

Windows

macOS

Configuration Table

Parameter
Type
Default
Description

host_type

enum

Cloud

Determines whether you are connecting to a Cloud or Self-Hosted Bindplane instance.

bindplane_api_key*

string

The API key of the Bindplane instance to collect audit logs from.

bindplane_host_scheme

enum

https

The protocol scheme used to connect to your Self-Hosted Bindplane instance.

bindplane_host_url

string

The host URL used to connect to your Self-Hosted Bindplane instance.

bindplane_host_port

string

3001

The port used to connect to your Self-Hosted Bindplane instance.

poll_interval

int

10s

The interval to poll Bindplane for audit logs. Must be at least 10 seconds.

enable_tls

bool

true

Whether or not to use TLS when connecting to the Bindplane instance.

insecure_skip_verify

bool

false

Whether or not to skip TLS certificate verification.

ca_file

string

Certificate authority used to validate TLS certificates.

tls_server_name_override

string

Optional virtual hostname. Indicates the name of the server requested by the client.

mutual_tls

bool

false

Whether or not to use mutual TLS authentication.

cert_file

string

A TLS certificate used for client authentication.

key_file

string

A TLS private key used for client authentication.

*required field

Last updated

Was this helpful?