Skip to content

Releases: ClickOneTwo/tracker

v1.1.0: Improve source IP tracking

07 Jul 02:47
4f1810a

Choose a tag to compare

This release does a better job of figuring out the source IP for each log upload. By default, it looks for the first address in the X-Forwarded-For header, but you can configure both the header it looks at and the position of the address in the header.

v1.0.0 - First public release

14 Jun 00:04
05667dc

Choose a tag to compare

This is the first public release of the adobe_usage_tracker plugin for the Caddy web server. The adobe_usage_tracker plugin acts as a reverse proxy for the Adobe log upload server lcs-cops.adobe.io. It analyzes the logs being uploaded and sends the resulting information about application usage to an Influx database.

This release is fully documented for and has been tested with four deployment scenarios:

  1. on a stand-alone server;
  2. in a single container running alone on a host;
  3. in a Kubernetes cluster behind a level 4 load balancer where each instance terminated its own incoming TLS connections;
  4. In a Kubernetes cluster behind an nginx Ingress level 7 load balancer where each instance received http from the Ingress controller.

Sample files are provided for all four deployment scenarios.