I'm using NEST version 7.17 to communicate with Elasticsearch 7.17
I have a snapshot created without any issues. I'm able to restore the snapshot as well.
I can get the Elasticsearch index details in the snapshot via this endpoint
but these details are not returned by NEST client with GetSnapshotRequest even when IndexDetails is set to true.
the issue is resolved after I passed a customized response to low level client template inheriting from ResponseBase with "index_details" as attribute.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.