If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
TIP 1: select at least one tag that further categorizes your topic. For example server
for APM Server related questions, java
for questions regarding the Elastic APM Java agent, or ui
for questions about the APM App within Kibana.
TIP 2: Check out the troubleshooting guide first. Not only will it help you to resolve common problems faster but it also explains in more detail which information we need before we can properly help you.
Kibana version: 7.9
Elasticsearch version: 7.9
APM Server version: 7.9
APM Agent language and version: 1.x
Browser version: N/A
Original install method (e.g. download page, yum, deb, from source, etc.) and version: kubernetes/docker
Fresh install or upgraded from other version? N/A
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.
I setup by JAVA_TOOL_OPTIONS
environment variable, with values such as -javaagent:/elastic/apm/agent/elastic-apm-agent.jar
.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Thanks for the product! I wonder how to collect log.error
(slf4j) into the Elastic APM "Error" app? For example, I know that, when I throw new RuntimeException("hello")
, the elastic APM will notice it, and I can see it in the APM "Errors" app in Kibana. However, when I do something like log.error("ouch apple={}", apple, e);
, how can I see it in APM "Errors" app?
Steps to reproduce:
- N/A
Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant): N/A