Skip to content

Okta Users

Overview

Collect all user details from Okta along with their metadata. Enrich your logs with the gathered metadata.

How to use with Terraform

To deploy this integration using Terraform, you can use the coralogix_integration resource provided by the Coralogix Terraform provider. Below is an example configuration:

resource "coralogix_integration" "okta-users" {
  integration_key = "okta-users"
  version         = "0.0.1"

  parameters = {
    IntegrationName = "Okta"
    OktaHost = "<OktaHost>"
    OktaApiKey = "<OktaApiKey>"
  }
}

Replace the placeholder values with your actual configuration parameters. Refer to the parameter table below for required fields and their descriptions.

Revisions

0.0.1
NameTypeRequiredDescription
IntegrationNameStringYesUsed to identify the integration.
OktaApiKeyStringYesUsed to connect to and retrieve logs from Okta.
OktaHostStringYesThe domain of your Okta Application.