Okta

The okta log type records Okta events generated from a range of actions, such as downloading an export file, requesting application access, or revoking privileges.

The following code snippet contains all the raw_field and ecs mappings for this log type:

  1. "mappings": [
  2. {
  3. "raw_field":"eventtype",
  4. "ecs":"okta.event_type"
  5. },
  6. {
  7. "raw_field":"displaymessage",
  8. "ecs":"okta.display_message"
  9. }
  10. ]