
DavidR.11757 (Customer) asked a question.
We're new to Okta at my institution and I'm looking at ways for us to ingest Okta logs into a SIEM solution. Wazuh is likely what we're going to use for that. It looks like it's non-trivial to get the logs out of Okta. Is anyone doing this? If so, can you share advice for how you implemented it?
Thanks!

Not too bad actually, although we are using Splunk so I really can’t comment on the complexity involved for Wazuh or another solution.
From the Okta end, you need to generate an API key and provide that to your SIEM team for use. From there, they will use that for ingestion of logs by querying the Okta System Log API. May I recommend that this API key be generated with a Read-Only admin account, as do be aware API keys have the power of the admin that generated them.
I do hope that helps! Pleas let me know if you have any questions. See relevant links below:
Exporting Okta Log Data
Create an API Token
Thanks!