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".
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".