netscaler / netscaler-observability-exporter

Exports logs and metrics from Citrix ADC to various observability tools
86 stars 17 forks source link

Release 1.5.001 YAML updates #56

Closed ritjaintibco closed 1 year ago

ritjaintibco commented 1 year ago

Release 1.5.001 adds RL support for JSON Based Endpoints- Splunk, ElasticSearch and Zipkin, and allows COE to run as a non-root user (uname=coe_guest, uid=1000, gid=1000).

While the latter didn't require configuration changes, the former required changes in lstreamd.conf

This PR address two things: (1) Bumping up the version of COE in YAMLs- The MD files remain unaltered. (2) Changes in lstreamd.conf to support RL- By default RL is disabled ( transRateLimitEnabled: "no"). To enable RL, set transRateLimitEnabled: "yes".