You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/okta/docs/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ An example event for `system` looks as following:
246
246
| log.offset | Offset of the entry in the log file. | long |
247
247
| okta.actor.alternate_id | Alternate identifier of the actor. | keyword |
248
248
| okta.actor.display_name | Display name of the actor. | keyword |
249
+
| okta.actor.display_name.text | Multi-field of `okta.actor.display_name`. | match_only_text |
249
250
| okta.actor.id | Identifier of the actor. | keyword |
250
251
| okta.actor.type | Type of the actor. | keyword |
251
252
| okta.authentication_context.authentication_provider | The information about the authentication provider. Must be one of OKTA_AUTHENTICATION_PROVIDER, ACTIVE_DIRECTORY, LDAP, FEDERATION, SOCIAL, FACTOR_PROVIDER. | keyword |
@@ -262,6 +263,7 @@ An example event for `system` looks as following:
262
263
| okta.client.user_agent.browser | The browser informaton of the client. | keyword |
263
264
| okta.client.user_agent.os | The OS informaton. | keyword |
264
265
| okta.client.user_agent.raw_user_agent | The raw informaton of the user agent. | keyword |
266
+
| okta.client.user_agent.raw_user_agent.text | Multi-field of `okta.client.user_agent.raw_user_agent`. | match_only_text |
265
267
| okta.client.zone | The zone information of the client. | keyword |
266
268
| okta.debug_context.debug_data || object |
267
269
| okta.debug_context.debug_data.authnRequestId | The authorization request ID. | keyword |
@@ -312,6 +314,7 @@ An example event for `system` looks as following:
| okta.debug_context.debug_data.url | The URL. | keyword |
317
+
| okta.debug_context.debug_data.url.text | Multi-field of `okta.debug_context.debug_data.url`. | match_only_text |
315
318
| okta.device.device_integrator || flattened |
316
319
| okta.device.disk_encryption_type | The value of the device profile’s disk encryption type. One of "NONE", "FULL", "USER", "ALL_INTERNAL_VOLUMES" or "SYSTEM_VOLUME". | keyword |
317
320
| okta.device.id | Identifier of the device. | keyword |
0 commit comments