Change log for DB2_DB

Date Changes
2024-02-26 Enhancement:
- Added support for new date formats.
- Aligned "principal.ip" and "principal.asset.ip" mapping.
- Aligned "principal.hostname" and "principal.asset.hostname" mapping.
- Aligned "target.hostname" and "target.asset.hostname" mapping.
2023-12-16 Enhancement
- Mapped "ConnectionType" to "principal.process.pid".
- Mapped "plan" to "principal.resource.name".
- Mapped "SSID" to "network.session_id".
- Mapped "CorrelationUser" to "intermediary.user.userid".
- Mapped "SQL" to "principal.process.command_line".
2023-10-30 Enhancement
- Parsed new format of JSON logs.
- Mapped the following additional fields:
- Mapped "AuthenticatedUser" to "principal.user.userid".
- Mapped "SQL" to "target.resource.attribute.labels".
- Parsed "date" and "time" field.
2022-05-04 Bug-fix
- Added condition check for the presence of fields 'objtyp' and 'obj' before they get mapped.
- Parsed the logs failing during Validation API testing.