Okta
Supported Platforms
Bindplane Collector: v1.59.0
+
Linux
✓
Windows
✓
macOS
✓
Configuration Table
okta_domain*
string
The Okta domain to collect logs from (Excluding "https://"). Find your Okta Domain
api_token*
string
An Okta API Token generated from the above Okta domain. How to Create an Okta API Token
poll_interval
string
1m
The rate at which this receiver will poll Okta for logs. This value must be in the range [1 second - 24 hours] and must be a string readable by Golang's time.ParseDuration. Okta recommends between 60s - 300s.
*required field
WARNING
Depending on your Okta plan, setting the poll_interval below 10 seconds risks your API Token getting rate limited. You can increase the rate limit allocated to your API Token to minimize the chances of getting rate limited while using a short poll_interval. Okta - Set Token Rate Limits
Example Configuration
Web Interface

Standalone Source
apiVersion: bindplane.observiq.com/v1
kind: Source
metadata:
id: okta
name: okta
spec:
type: okta
parameters:
- name: okta_domain
value: example.okta.com
- name: api_token
value: (sensitive)
sensitive: true
- name: poll_interval
value: 60s
Last updated
Was this helpful?