Change log for AKAMAI_CLOUD_MONITOR

Date Changes
2023-09-16 Bug-Fix:
- Added a condition check to avoid mapping negative value to "network.received_bytes", "network.sent_bytes" and "network.http.response_code".
2022-09-30 Enhancement
- Added conditional null check for the fields "reqTimeSec","reqId","totalBytes","proto","protocol","referer","UA","xForwardedFor","cliIP","reqMethod","reqPort","reqPath","queryStr","errorCode","statusCode".
- Mapped the field "type" to "metadata.product_event_type".
- Mapped the field "version" to "metadata.product_version".
- Mapped the field "id" to "metadata.product_log_id".
- Mapped the field "cp" to "additional.fields".
- Mapped the field "message.proto" to "network.application_protocol".
- Mapped the field "message.status" to "network.http.response_code".
- Mapped the field "message.cliIP" to "principal.ip".
- Mapped the field "message.reqPort" to "target.port".
- Mapped the field "message.reqHost" to "target.hostname".
- Mapped the field "message.reqMethod" to "network.http.method".
- Mapped the field "message.reqPath" to "target.url".
- Mapped the field "message.reqLen" to "network.sent_bytes".
- Mapped the field "message.respLen" to "network.received_bytes".
- Mapped the field "message.sslVer" to "network.tls.version".
- Mapped the field "message.UA" to "network.http.user_agent".
- Mapped the field "message.fwdHost" to "principal.hostname".
- Mapped the field "geo.country" to "principal.location.country_or_region".
- Mapped the field "geo.region" to "principal.location.state".
- Mapped the field "geo.city" to "principal.location.city".
- Mapped the field "geo.lat" to "principal.location.region_latitude".
- Mapped the field "geo.long" to "principal.location.region_longitude".
- Mapped the field "network.edgeIP" to "intermediary.ip".
- Mapped the field "network.network" to "additional.fields".
- Mapped the field "network.networkType" to "additional.fields".
- Mapped the field "network.asnum" to "additional.fields".
2022-07-25