Skip to content

Commit

Permalink
Feat: AppD analytics_enable (#7861)
Browse files Browse the repository at this point in the history
* add ANALYTICS_ENABLE env variable

* update description
  • Loading branch information
lena-larionova authored Sep 6, 2024
1 parent 9d54619 commit c6d5dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/_hub/kong-inc/app-dynamics/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ for more information about the configuration parameters.
| `KONG_CONTROLLER_CERTIFICATE_FILE` | Path to a self-signed certificate file. For example, `/etc/kong/certs/ca-certs.pem`. | String | |
| `KONG_CONTROLLER_CERTIFICATE_DIR` | Path to a certificate directory. For example, `/etc/kong/certs/`. | String | |
{% endif_version %}
{% if_version gte:3.8.x %}
| `KONG_ANALYTICS_ENABLE` | Enable or disable Analytics Agent reporting. When disabled (default), Analytics-related logging messages are suppressed. | Boolean | `false` |
{% endif_version %}

#### Possible values for the `KONG_APPD_LOGGING_LEVEL` parameter

Expand Down

0 comments on commit c6d5dd3

Please sign in to comment.