Hello,
Is is possible with heartbeat configuration monitor all pods (replicas) inside one deployment together to see on Kibana UI something like "3/3 are UP" or "1/3 are UP"?
My current configuration creates new entry for each pod
config:
heartbeat:
autodiscover:
providers:
- type: kubernetes
resource: pod
templates:
- config:
- type: http
name: "${data.kubernetes.pod.name}"
check.response.status: 200
schedule: "@every 15s"
timeout: 5s
hosts: ["http://${data.host}:${data.port}/health"]