Kibana version: 6.5.4
Elasticsearch version: 6.5.4
APM Server version: 6.5.4
APM Agent language and version: java 1.4.0
Browser version: Version 69.0.3497.100 (Official Build) (64-bit)
Original install method (e.g. download page, yum, deb, from source, etc.) and version: docker
Fresh install or upgraded from other version? upgrade from 6.3
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.
Nope, use elasticsearch output
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
apm-server.yml
setup.kibana.host: "kibana-host"
setup.dashboards.enabled: true
setup.dashboards.index: "apm*"
setup.dashboards.retry.enabled: true
max_procs: 4
queue.mem.events: 4096
apm-server.host: 0.0.0.0:8200
apm-server.concurrent_requests: 5
apm-server.rum.enabled: true
apm_oss.indexPattern: apm*
apm_oss.errorIndices: apm*
apm_oss.spanIndices: apm*
apm_oss.transactionIndices: apm*
apm_oss.onboardingIndices: apm*
output.elasticsearch:
hosts: "elasticsearch-host"
indices:
- index: "apm-%{[beat.version]}-sourcemap"
when.contains:
processor.event: "sourcemap"
- index: "apm-%{[beat.version]}-error-%{+yyyy.MM.dd}"
when.contains:
processor.event: "error"
- index: "apm-%{[beat.version]}-transaction-%{+yyyy.MM.dd}"
when.contains:
processor.event: "transaction"
- index: "apm-%{[beat.version]}-span-%{+yyyy.MM.dd}"
when.contains:
processor.event: "span"
- index: "apm-%{[beat.version]}-metric-%{+yyyy.MM.dd}"
when.contains:
processor.event: "metric"
- index: "apm-%{[beat.version]}-onboarding-%{+yyyy.MM.dd}"
when.contains:
processor.event: "onboarding"