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
Kibana version: 7.6.2
Elasticsearch version: 7.6.2
APM Server version: 7.6.2
APM Agent language and version: @elastic/apm-rum-angular
1.1.1. Angular 9.1.0
Browser version: Firefox 76.0b8
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Used the Angular Integration instructions
Fresh install or upgraded from other version?
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.
Everything is running inside Docker containers with docker-compose
APM is running on port 9200
Enabled CORS in elasticsearch.yml, useing:
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type, Content-Length
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Errors in browser console (if relevant):
[Elastic APM] Failed sending events! Error: "http://localhost:9200/intake/v2/rum/events HTTP status: 400"