OKTA System Log API
Last updated
Was this helpful?
Last updated
Was this helpful?
This data pipeline extracts the System logs from Okta technology using the Log API.
This Pipeline integrates with API Logs from the OKTA Platform using the HTTP Pull Listener, transforming it from JSON to CSV format.
The Listener pulls events using the Configure as YAML option, using the following YAML:
We need to flatten the incoming JSON with key-value pairs that we can then parse into more specific fields.
The parser extracts the individual fields coming from the OKTA JSON into more detailed fields, including severity, actor information, user agent data and other transaction data.
We use the Message Builder action to transform the fields to CSV format, using a comma as the delimiter.
You can now send on your CSV containing OKTA logs to your preferred destination using a sink.