Kibana version: 7.17.5
Elasticsearch version: 7.17.5
APM Server version: 7.17.5
APM Agent language and version: .Net
Browser version: Edge
Original install method (e.g. download page, yum, deb, from source, etc.) and version: apm-server running on container in Kubernetes
Is there anything special in your setup? No special setup.
I´ve changed the index to:
output.elasticsearch:
hosts: ["eshost:port"]
indices:
- index: "apm-server-sourcemap-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "sourcemap"
- index: "apm-server-error-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "error"
- index: "apm-server-transaction-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "transaction"
- index: "apm-server-span-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "span"
- index: "apm-server-sourcemap-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "sourcemap"
- index: "apm-server-metric-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "metric"
- index: "apm-server-onboarding-testapp2-%{+yyyy.MM}"
when.contains:
processor.event: "onboarding"
What´s the problem?:
i can see the created indices (index-management), but there is no visible data on kibana (apm-section).