Hello,
thanks for your reply and interesting explanation.
My apm-server setup is very basic. Deployed via helm chart like that:
kind: Deployment
replicaCount: 2
service:
enabled: true
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: traefik
config:
apm-server:
host: 0.0.0.0:8200
rum:
enabled: true
output.file:
enabled: false
resources:
requests:
cpu: 80m
memory: 128Mi
limits:
cpu: 150m
memory: 256Mi
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
I went ahead and did apm-server -e setup template. I will check in kibana how often the apm-* indices get rotated.
Thanks so far 