Change log for ZSCALER_INTERNET_ACCESS

Date Changes
2024-03-08 Enhancement:
- Added support for new pattern of CSV logs.
- Mapped "application_protocol" to "network.application_protocol".
- Mapped "url" to "target.url".
- Mapped "received_bytes" to "network.received_bytes".
- Mapped "sent_bytes" to "network.sent_bytes".
- Mapped "url_class", "url_category", and "content_type" to "security_result.detection_fields".
- Mapped "department" to "principal.user.department".
- Mapped "locationname" to "principal.location.name".
- Mapped "user_office_id" to "principal.user.attribute.labels".
- Mapped "dst_ip" to "target.ip" and "target.asset.ip".
- Mapped "method" to "network.http.method".
- Mapped "response_code" to "network.http.response_code".
- Mapped "user_agent" to "network.http.user_agent".
- Mapped "referal_url" to "network.http.refferal_url".
- Mapped "device_owner" to "principal.user.user_display_name".
- Mapped "device_hostname" to "principal.hostname" and "principal.asset.hostname".
2024-02-22 Enhancement:
- Added Grok patterns to parse "csv_data" and "json_data" from the new format of logs.
- Added a new layout for new format of CSV logs.
- Mapped "log_event_adminid" to "principal.user.userid".
- Added a new Grok pattern to parse "timestamp" from "timestamp_column".
2024-02-07 Enhancement:
- Added a Grok pattern to extract "kv_data" from the field "description".
- Added a Grok pattern to extract "EventType" and "channel" from "text".
- Mapped "alertId" to "security_result.rule_id".
- Mapped "company" to "principal.user.company_name".
- Mapped "User" to "user.userid".
- Mapped "User" to "user.email_addresses".
- Mapped "log_event" to "metadata.product_event_type".
- Mapped "ruleName" to "security_result.rule_name".
- Mapped "status" to "security_result.summary".
- Mapped "version" to "metadata.product_version".
- Mapped "ziaUrl" to "target.url".
- Mapped "AlertType" to "security_result.description".
- Mapped "IndexedBy" to "principal.hostname".
- Mapped "alias" to "additional.fields".
- Mapped "channel" to "additional.fields".
- Mapped "createTime" to "security_result.detection_fields".
- Mapped "endTime" to "security_result.detection_fields".
- Mapped "startTime" to "security_result.detection_fields".
- Mapped "Activitycount" to "security_result.detection_fields".
- Mapped "EventType" to "security_result.detection_fields".
2023-12-07 Enhancement:
- Handled new set of ingested logs.
- Mapped "log_event.clientip" to "principal.ip".
- Mapped "log_event.adminid" to "principal.user.email_addresses".
- Mapped "log_event.category" to "security_result.category_details".
- Mapped "log_event.result" to "security_result.summary".
- Added a Grok pattern to handle new set of logs.
- Mapped "prin_ip" to "principal.ip".
- Mapped "desc" to "security_result.description".
- Matched "ts" using date block.
2023-10-26 Enhancement:
- Modified JSON key name using "gsub" function from "event" to "log_event".
- Added a new Grok pattern to support XML logs.
- Mapped "version" to "metadata.product_version".
- Mapped "host" to "principal.hostname".
- Added a JSON filter to support JSON logs.
- Mapped "log_event.action" to "security_result.action_details".
- Mapped "log_event.ipcat" to "security_result.category_details".
- Mapped "sourcetype" to "security_result.about.resource.name".
- Mapped "log_event.department" to "target.user.department".
- Mapped "log_event.nwapp" to "target.application".
- Mapped "log_event.devicehostname" to "principal.hostname".
- Mapped "log_event.ssip" to "principal.ip".
- Mapped "log_event.ssport" to "principal.port".
- Mapped "log_event.cdip" to "target.ip".
- Mapped "log_event.cdport" to "target.port".
- Mapped "log_event.proto" to "network.ip_protocol".
- Mapped "log_event.locationname" to "principal.location.name".
- Mapped "log_event.user" to "principal.user.email_addresses".
- Mapped "log_event.deviceowner" to "principal.user.user_display_name".
- Mapped "log_event.rulelabel" to "security_result.rule_labels".
- Mapped "log_event.tsip", "log_event.numsessions", "log_event.ipsrulelabel", "log_event.threatname", and "log_event.threatcat" to "security_result.detection_fields".
- Mapped "log_event.tuntype", "log_event.csport", "log_event.csip", "log_event.sdip", "log_event.sdport", "log_event.dnat", "log_event.aggregate", "log_event.stateful", "log_event.avgduration", "log_event.duration", and "log_event.nwsvc" to "additional.fields".
- Mapped "log_event.durationms" to "network.session_duration.seconds".
- Mapped "log_event.inbytes" to "network.received_bytes".
- Mapped "log_event.outbytes" to "network.sent_bytes".
- Mapped "log_event.destcountry" to "target.location.country_or_region".
2023-08-18 - Newly created parser.