Snapshot of ES data based on node.attr.box_type field option #25716
Labels
discuss
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Snapshot of ES data based on node.attr.box_type field option
Elasticsearch version: 5.4.2
Plugins installed: [] S3-repository, X-pack
JVM version (
java -version
): 1.8.73OS version (
uname -a
if on a Unix-like system): 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxDescription of the problem including expected versus actual behavior:
Scenario:
We have ES cluster deployed in 3 AWS availability Zones (AZs). We are using node.attr.box_type in elasticsearch.yml file to differentiate the ES node in each AZs. We would like to schedule separate backup calls for each AZs..
Hence we are looking for option to specify "node.attr.box_type" with value "us-east-1a" so that it will backup only the data from ES node set to "node.attr.box_type" as "us-east-1a"
We didn't find such options in the documentation https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html
Steps to reproduce:
Note: Our usecase is more complex, just made it simple to understand the requirement.
The text was updated successfully, but these errors were encountered: