Skip to content

Commit 32829ae

Browse files
committed
change index directory in the cloud to be under "indices"
1 parent 5c6864e commit 32829ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cloud/src/main/java/org/elasticsearch/index/gateway/cloud/CloudIndexGateway.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class CloudIndexGateway extends AbstractIndexComponent implements IndexGa
101101
}
102102
}
103103
this.indexContainer = container;
104-
this.indexDirectory = clusterName.value() + "/" + index.name();
104+
this.indexDirectory = clusterName.value() + "/indices/" + index.name();
105105
this.chunkSize = chunkSize;
106106

107107
logger.debug("Using location [{}], container [{}], index_directory [{}], chunk_size [{}]", this.location, this.indexContainer, this.indexDirectory, this.chunkSize);

0 commit comments

Comments
 (0)