Skip to main content

Okta Event Collector

This Integration is part of the Okta Pack.#

Supported versions

Available on Cortex XSIAM.

Collects the events log for authentication and Audit provided by Okta admin API

This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.

Configure Okta Log in Cortex#

ParameterDescriptionRequired
Server URLOkta URL (https://yourdomain.okta.com)True
Number of incidents to fetch per fetchThe total number of incidents to retrieve in each fetch cycleTrue
proxyUse system proxy settingsFalse
API keyThe request API keyTrue
First fetch time intervalThe period (in days) to retrieve events from, if no time is saved in the systemTrue
Fetch eventsWhether to fetch events from OktaFalse
Events Fetch IntervalThe interval (in minutes) between fetch cyclesFalse

Commands#

You can execute these commands in a playbook.

okta-get-events#


Manual command to fetch events and display them. Use for development and debugging only, as it may produce duplicate events or disrupt the fetch mechanism.

Base Command#

okta-get-events

Input#

Argument NameDescriptionRequired
should_push_eventsSet this argument to True in order to create events, otherwise the command will only display them. Possible values are: True, False. Default is False.Required
start_timeThe start time from which to retrieve events. Supports relative time (for example, "5 minutes ago", "3 days ago") or ISO 8601 (for example, "2026-01-01T10:00:00Z"). Default is 5 minutes ago.Optional
end_timeThe end time until which to retrieve events. Supports relative time (for example, "1 hour ago") or ISO 8601 (for example, "2026-01-01T12:00:00Z"). Defaults to the present moment.Optional
limitThe maximum number of events to retrieve. Defaults to the instance level limit.Optional
from_dateDeprecated. Use the start_time argument instead.Optional

Context Output#

PathTypeDescription
Okta.Event.uuidStringUnique identifier of the event.
Okta.Event.publishedDateTimestamp when the event was published.
Okta.Event.eventTypeStringThe type of the event.
Okta.Event.displayMessageStringHuman readable description of the event.
Okta.Event.severityStringThe severity of the event.