Stay organized with collections
Save and categorize content based on your preferences.
Change log for GMV_CHECKER
Date
Changes
2024-08-27
Enhancement:
- When both "agent_hostname" and "atm_hostname" are not null, then mapped "atm_hostname" to "intermediary.hostname".
- Added support for KV format logs.
2024-03-13
Enhancement:
- Added a Grok pattern to parse unparsed logs.
- Mapped "user_disp_name" to "principal.user.user_display_name".
- Mapped "user_role" to "principal.user.user_role".
- If "field2" is present, then mapped "field2" to "principal.user.attribute.permission.description".
- If value of the field "field2" is "R", then set "principal.user.attribute.permission.type" to "DATA_READ".
- If value of the field "field2" is "W", then set "principal.user.attribute.permission.type" to "DATA_WRITE".
- If "field3" is present, then mapped "field3" to "principal.user.attribute.permission.description".
- If value of the field "field3" is "R", then set "principal.user.attribute.permission.type" to "DATA_READ".
- If value of the field "field3" is "W", then set "principal.user.attribute.permission.type" to "DATA_WRITE".
2022-04-20
Bug - Removed host-specific condition.
2022-03-28
Enhancement-Mapped the following fields:
collected_timestamp, event_timestamp, host, type, Event type, ip, user, description.
2022-03-23
Feature Request-Mapped agent_hostname to principal.hostname.
Added mapping for a new unique log.
[[["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 GMV_CHECKER changelog documents enhancements, bug fixes, and feature additions related to log parsing and field mapping."],["Recent updates include mapping \"atm_hostname\" to \"intermediary.hostname\" when applicable and adding support for KV format logs."],["Enhancements also include adding Grok patterns for parsing logs, and mapping fields like \"user_disp_name\" and \"user_role\" to appropriate principal fields."],["Previous changes include mapping various fields like collected_timestamp, event_timestamp, host, type, Event type, ip, user, and description."],["A bug was fixed to remove a host-specific condition, and a feature request added mapping for a new log type."]]],[]]