Stay organized with collections
Save and categorize content based on your preferences.
Change log for IPSWITCH_MOVEIT_TRANSFER
Date
Changes
2024-04-22
Bug-Fix:
- Mapped "column1" to "metadata.event_timestamp".
2023-08-18
Enhancement:
- Added Grok pattern for verifying "principal.ip" and "target.ip".
- Mapped "fileName" to "target.file.full_path".
- Added conditional check for "event_type" "FILE_CREATION", "FILE_DELETION", "STATUS_UPDATE".
2023-07-19
- Added support for CSV logs.
2023-02-03
Enhancement:
- Added Grok pattern for JSON logs.
- Mapped "EventReceivedTime" to "event.timestamp".
- Mapped "SourceModuleName" to "observer.resource.attribute.labels".
- Mapped "SourceModuleType" to "observer.application".
- Mapped "SourceName" to "metadata.product_event_type".
- Mapped "Severity" to "security_result.".
- Mapped "Hostname" to "principal.hostname".
- Mapped "Channel" to "security_result.about.resource.attribute.labels".
- Mapped "AgentVersion" to "metadata.version".
- Mapped "IPAddress" to "principal.ip".
2022-10-07
Bugfix - Added new Grok pattern for unparsed logs.
- Added new event type - FILE_DELETION when FolderPath is not null and action_performed is Delete File.
- Added new event type - FILE_UNCATEGORIZED when FolderPath is not null and action_performed is not Delete File.
- Mapped FolderPath/FileName to "target.file.full_path".
- Mapped XFerSize,Error,AgentBrand to "additional.fields".
- Mapped FolderID,FileID,FileName to "target.resource.attribute.labels".
- Mapped company_name to "principal.user.company_name".
- Mapped action_performed to "metadata.description".
- Mapped ID to "target.process.pid".
- Mapped InstID to "metadata.product_log_id".
[[["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."],[[["This changelog details updates for IPSWITCH_MOVEIT_TRANSFER, including enhancements and bug fixes related to log parsing and data mapping."],["Support for CSV logs was added on 2023-07-19, expanding the types of logs that can be processed."],["Grok patterns have been introduced and enhanced over time to handle JSON logs and unparsed log formats, improving log analysis capabilities."],["Various fields such as \"EventReceivedTime\", \"SourceModuleName\", and \"Hostname\" have been mapped to standardized fields within the data structure, and additional fields have been identified and mapped, ensuring consistent and comprehensive data handling."],["File deletion and uncategorized file event types, as well as detailed field mappings for file actions and additional metadata, were implemented on 2022-10-07."]]],[]]