Error while fetching resource (Forbidden 403) for APM transactions on Kibana

Hello support,

When I expand the APM transactions on kibana web console, I faces the error message below.

" Error while fetching resource

Error

Forbidden (403)

URL

https://kibana.xxxx.com/api/apm/settings/custom_links?service.name=xxx-devops1&service.environment=staging&transaction.name=Rack&transaction.type=request"

However, I can see the expanded information "Trace sample".
What is the problem? I am using ECK APM.

It is the yaml for APM server.

apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
metadata:
  name: apm-server-dev
  namespace: elastic-system
spec:
  version: 7.10.0
  count: 1
  elasticsearchRef:
    name: es-dev
  http:
    service:
      metadata:
        annotations:
          service.beta.kubernetes.io/aws-load-balancer-internal: "true"
          service.beta.kubernetes.io/aws-load-balancer-security-groups: sg-1234566788
          service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:ap-northeast-2:asdasgasd
      spec:
        type: LoadBalancer
        ports:
          - protocol: TCP
            port: 8200
            targetPort: 8200
    tls:
      selfSignedCertificate:
        disabled: true
  secureSettings:
  - secretName: apm-secret-settings
  config:
    apm-server:                                                                                                                                                            
      kibana:                                                                                                                                                              
        host: "https://kibana.xxxx.com:443"
        username: apm-dev                                                                                                                                                  
        password: "${APM_DEV_PASSWORD}"                                                                                                                             
        ssl.certificate_authorities: "${CA_BUNDLE}"
        enabled: true
  podTemplate:
    spec:
      containers:
      - name: apm-server
        resources:
          requests:
            memory: 1Gi
            cpu: 1
          limits:
            memory: 1Gi
            cpu: 1

Kibana version: 7.10.0

Elasticsearch version: 7.10.0

APM Server version: 7.10.0

APM Agent language and version: ruby (rails) 2.12.0

Browser version:

Original install method (e.g. download page, yum, deb, from source, etc.) and version: eck

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.

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):

Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

It seems like a bug in 7.10 that will be fixed in 7.11


This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.