When I run the command:
curl -XGET localhost:9200/_snapshot/some_repo/_all?pretty
I get the error:
{
"error" : "RemoteTransportException[[PROD-537-USW1-CL1-MasterES21][inet[/10.0.2.245:9300]][cluster:admin/snapshot/get]]; nested: NullPointerException; ",
"status" : 500
}
But when I run the command on a single backup I get results.
I backing up my Elasticsearch to the Azure Storage Account
And uses a plugin written for Elasticsearch.