Index | Stage | Total Time | Source Destination | Snapshot / Repository | Files | Bytes | Translog | |
---|---|---|---|---|---|---|---|---|
{{ activity.index_name || activity.index.name }}{{ activity.id }} | {{activity.type|capitalize}} of {{ activity.primary ? 'Primary' : 'Replica' }} |
{{ activity.stage }} |
{{ (activity.total_time_in_millis/1000)|formatNumber: '00:00:00' }} |
n/a{{ activity.source.name }}{{ getIpAndPort(activity.source.transport_address )}} {{ activity.target.name }}{{ getIpAndPort(activity.target.transport_address) }} |
n/alogstash-data logstash-s3-backup |
{{ activity.index.files.percent }}{{ formatNumber(activity.index.files.reused ? activity.index.files.reused : activity.index.files.recovered, '0,0') }}/{{ formatNumber(activity.index.files.total, '0,0') }} |
{{ formatNumber((activity.index.size.reused_in_bytes === activity.index.size.total_in_bytes)? activity.index.size.recovered_in_bytes : activity.index.size.reused_in_bytes, 'byte') }}/{{ formatNumber(activity.index.size.total_in_bytes, 'byte') }} |
n/a |
{{ activity.translog.percent }}{{ activity.translog.total }}/{{ activity.translog.total_on_start }} |
There are no shard activity records for this cluster. |