Documentation
¶
Overview ¶
Package oktareceiver provides a receiver that receives telemetry from an Okta domain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// OktaTimeFormat ISO 8601 Format
OktaTimeFormat = "2006-01-02T15:04:05Z"
)
Functions ¶
func NewFactory ¶
NewFactory creates a new factory for the Okta receiver
Types ¶
type Config ¶
type Config struct { // Domain Okta Domain (no https:// - ex: observiq.okta.com) Domain string `mapstructure:"okta_domain"` // APIToken Okta API Token APIToken configopaque.String `mapstructure:"api_token"` // PollInterval The interval at which the Okta API is scanned for Logs // Must be in the range [1 second - 24 hours] PollInterval time.Duration `mapstructure:"poll_interval"` }
Config defines the configuration for an Okta receiver
Click to show internal directories.
Click to hide internal directories.