github.com/m3db/m3@v1.5.0/src/cmd/tools/m3ctl/yaml/examples/create.yaml (about) 1 --- 2 operation: create 3 request: 4 type: cluster 5 namespace_name: 1week_namespace 6 retention_time: 168h 7 num_shards: 1024 8 replication_factor: 3 9 hosts: 10 - id: m3db001 11 isolationGroup: us-east1-a 12 zone: embedded 13 weight: 100 14 address: 10.142.0.1 15 port: 9000 16 - id: m3db002 17 isolationGroup: us-east1-b 18 zone: embedded 19 weight: 100 20 address: 10.142.0.2 21 port: 9000 22 - id: m3db003 23 isolationGroup: us-east1-c 24 zone: embedded 25 weight: 100 26 address: 10.142.0.3 27 port: 9000 28