Kibana version: 7.15.2
Elasticsearch version: 7.16.2
APM Server version: 7.3.2
APM Agent language and version: go and 1.21.0
Browser version: google chrome (119.0.6045.159 )
Original install method (e.g. download page, yum, deb, from source, etc.) and version: i have deployed apm server through kubernetes deplyoment yaml file
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc. : - here my elasticsearch, kibana and apm-server deployed through kuberntes yaml file . and service is load balancer type . so my apm-server ip is a load balancer ip so this ip i have included in my go application.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
if you see in this image i am not seeing any logs in apm server logs tab
But i am able to see logs in error tab which is not a error logs .
Steps to reproduce:
- Here i have not received any error just getting logs in error tab . this logs should come inside logs tab.
. so in future if error comes i can set some alert for that.