Stay organized with collections
Save and categorize content based on your preferences.
Change log for JUMPCLOUD_DIRECTORY_INSIGHTS
Date
Changes
2025-01-30
Enhancement:
- Mapped "association_op", "action_source", and "sso_token_success" to "additional.fields".
- Mapped "connection_from_name" to "principal.resource.name".
- Mapped "connection_from_type" to "principal.resource.resource_type".
- Mapped "connection_from_object_id" to "principal.resource.product_object_id".
- Mapped "connection_to_name" to "target.resource.name".
- Mapped "connection_to_type" to "target.resource.resource_type".
- Mapped "connection_to_object_id" to "target.resource.product_object_id".
2024-05-20
Enhancement:
- Added "gsub" to parse the unparsed invalid JSON logs.
- When "data.initiated_by.username" is present, then set "metadata.event_type" to "USER_UNCATEGORIZED".
2024-01-10
Bug-Fix:
- Removed "gsub" to parse the logs which contain the "false" keyword.
2023-11-21
Enhancement:
- Added "gsub" to remove the unwanted characters from the logs.
2023-10-31
Enhancement:
- Added a gsub function to parse dropped logs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-13 UTC."],[[["The JUMPCLOUD_DIRECTORY_INSIGHTS parser has undergone several enhancements, including handling unparsed JSON logs and parsing dropped logs."],["Recent changes include mapping specific fields like \"association_op,\" \"connection_from_name,\" and \"connection_to_name\" to new standardized fields such as \"additional.fields\", \"principal.resource.name\", and \"target.resource.name\" respectively."],["A bug fix was implemented to remove the use of \"gsub\" for logs containing the \"false\" keyword, ensuring accurate log parsing."],["Enhancements have been made to incorporate \"gsub\" functionality for removing unwanted characters and parsing invalid JSON logs."],["The parser was newly created and implemented in early 2023."]]],[]]