Releases: ClickOneTwo/tracker
Releases · ClickOneTwo/tracker
v1.1.0: Improve source IP tracking
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
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:
- on a stand-alone server;
- in a single container running alone on a host;
- in a Kubernetes cluster behind a level 4 load balancer where each instance terminated its own incoming TLS connections;
- 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.