Skip to content

Release 1.6.001

Compare
Choose a tag to compare
@sreejithgs sreejithgs released this 22 Jun 10:21
· 28 commits to master since this release
66fca9b

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 Citrix ADC Observability Exporter 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.