# Anonymous report got enabled automatically in kong 1.4.0

**URL:** https://discuss.konghq.com/t/anonymous-report-got-enabled-automatically-in-kong-1-4-0/9533
**Category:** Questions
**Created:** [December 21, 2021, 4:40am UTC](https://discuss.konghq.com/t/anonymous-report-got-enabled-automatically-in-kong-1-4-0/9533 "2021-12-21T04:40:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Saravanan\_Duraisamy](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/saravanan_duraisamy/32/3170_2.png) [@Saravanan\_Duraisamy](https://discuss.konghq.com/u/Saravanan_Duraisamy)
#### Post date: [December 21, 2021, 4:40am UTC](https://discuss.konghq.com/t/anonymous-report-got-enabled-automatically-in-kong-1-4-0/9533/1 "2021-12-21T04:40:44Z")

</div>

I am running kong(1.4.0) as a stateful set in Kubernetes 1.19.6. The container image used as “ **kong:1.4.0** ”  
Recently I have seen plugins API was constantly taking ~31s to complete and found that the kong is trying to send anonymous reports using admin\_server config and that timing out at 30s. To resolve this issue I have made KONG\_ANONYMOURS\_REPORTS: off using configmap.

Timeout logs:  
`2021/11/16 05:46:42 [warn] 31#0: *87248 [lua] reports.lua:70: log(): [reports] could not connect to TCP socket: timeout, client: 192.168.170.252, server: kong_admin, request: "POST /services/4a459e12-7795-4d44-bd8e-f3012c4bcce4/plugins HTTP/1.1", host: "kong:8001"`

As we are not using the latest tag in the docker container I am trying to figure out how these anonymous reports got enabled in code.
