S3 Repository Plugin Snapshot Endpoint Does Not Show Progress

Elasticsearch 6.6

Duration metric looks invalid. End time looks invalid. Not sure what would cause this. When I look at the S3 bucket I can see data coming in from this snapshot.

Snapshot repository:
{
"type": "s3",
"settings": {
"bucket": "elasticsearch-snapshots"
}
}

Status on snapshot:
"include_global_state": false,
"state": "IN_PROGRESS",
"start_time": "2019-03-29T16:09:45.718Z",
"start_time_in_millis": 1553875785718,
"end_time": "1970-01-01T00:00:00.000Z",
"end_time_in_millis": 0,
"duration_in_millis": -1553875785718,
"failures": ,
"shards": {
"total": 0,
"failed": 0,
"successful": 0
}

1 Like

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