Elasticsearch get snapshots details failed

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.

It's probably this bug https://github.com/elastic/elasticsearch/pull/28769

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