root@localhost:~# curl -X GET http://localhost:9200/_cluster/state/metadata/myindex01,myindex02
{"cluster_name":"docker-cluster","cluster_uuid":"NONA-UQuSM6Ys47ntG6HzQ","metadata":{"cluster_uuid":"NONA-UQuSM6Ys47ntG6HzQ","cluster_coordination":{"term":1,"last_committed_config":["DRwDbOPdRaav_ZTj3NNo7Q"],"last_accepted_config":["DRwDbOPdRaav_ZTj3NNo7Q"],"voting_config_exclusions":[]},"templates":{},"indices":{"myindex02":{"state":"open","settings":{"index":{"creation_date":"1577094355701","number_of_shards":"1","number_of_replicas":"1","uuid":"Q5RYgNl_TQ-lw53iDR4tyg","version":{"created":"7050099"},"provided_name":"myindex02"}},"mappings":{},"aliases":[],"primary_terms":{"0":1},"in_sync_allocations":{"0":["a4LiL7mcTsObNBsFZP2sVw"]}},"myindex01":{"state":"open","settings":{"index":{"creation_date":"1577094350122","number_of_shards":"1","number_of_replicas":"1","uuid":"vunDj0KWT_6rA5ne-GEZnA","version":{"created":"7050099"},"provided_name":"myindex01"}},"mappings":{},"aliases":[],"primary_terms":{"0":1},"in_sync_allocations":{"0":["qzZrOJHrRAKG97hzvGh0JQ"]}}},"index-graveyard":{"tombstones":[]}}}
root@localhost:~# curl -X GET http://localhost:9200/_cluster/state/metadata/myindex01,myindex02?pretty
{
"cluster_name" : "docker-cluster",
"cluster_uuid" : "NONA-UQuSM6Ys47ntG6HzQ",
"metadata" : {
"cluster_uuid" : "NONA-UQuSM6Ys47ntG6HzQ",
"cluster_coordination" : {
"term" : 1,
"last_committed_config" : [
"DRwDbOPdRaav_ZTj3NNo7Q"
],
"last_accepted_config" : [
"DRwDbOPdRaav_ZTj3NNo7Q"
],
"voting_config_exclusions" : [ ]
},
"templates" : { },
"indices" : {
"myindex02" : {
"state" : "open",
"settings" : {
"index" : {
"creation_date" : "1577094355701",
"number_of_shards" : "1",
"number_of_replicas" : "1",
"uuid" : "Q5RYgNl_TQ-lw53iDR4tyg",
"version" : {
"created" : "7050099"
},
"provided_name" : "myindex02"
}
},
"mappings" : { },
"aliases" : [ ],
"primary_terms" : {
"0" : 1
},
"in_sync_allocations" : {
"0" : [
"a4LiL7mcTsObNBsFZP2sVw"
]
}
},
"myindex01" : {
"state" : "open",
"settings" : {
"index" : {
"creation_date" : "1577094350122",
"number_of_shards" : "1",
"number_of_replicas" : "1",
"uuid" : "vunDj0KWT_6rA5ne-GEZnA",
"version" : {
"created" : "7050099"
},
"provided_name" : "myindex01"
}
},
"mappings" : { },
"aliases" : [ ],
"primary_terms" : {
"0" : 1
},
"in_sync_allocations" : {
"0" : [
"qzZrOJHrRAKG97hzvGh0JQ"
]
}
}
},
"index-graveyard" : {
"tombstones" : [ ]
}
}
}