Skip to content

Helm chart release notes for Citrix ADC Observability Exporter 1.6.001

Compare
Choose a tag to compare
@subashd subashd released this 22 Jun 04:33
· 41 commits to master since this release
46dc81e

This release note contains information about the Helm chart-related changes for the Citrix ADC Observability Exporter version 1.6.001.

What's new

Support for exporting transactions in the JSON format from Citrix ADC Observability Exporter to Kafka

You can now export transactions from Citrix ADC Observability Exporter to Kafka in the JSON format apart from the AVRO format.
A new parameter DataFormat is introduced in the Kafka deployment ConfigMap to support transactions in the JSON format.
For more information, see deploy COE with Kafka.

Enhancements

Now, you can run Citrix ADC Observability Exporter with the user id (UID) as nobody under the group id (GID) nogroup on both Kubernetes and OpenShift platforms. The UID nobody and GID nogroup are the least privileged user and group ids within the system.

Fixed issues

  • Earlier, Citrix ADC Observability Exporter was sending out invalid JSONs for fields like srcMetadataJSON, srcLabelsJSON, dstMetadataJSON, and dstLabelsJSON for JSON specific endpoints. This issue is fixed now.
  • Earlier, Citrix ADC Observability Exporter was not logging HTTP response status codes. This issue is fixed now.