Skip to content

Instantly share code, notes, and snippets.

@yoshikaw
Created November 27, 2015 00:57
Show Gist options
  • Save yoshikaw/282ef8a32b2a3559790c to your computer and use it in GitHub Desktop.
Save yoshikaw/282ef8a32b2a3559790c to your computer and use it in GitHub Desktop.
# curl -s localhost:9200/accesslog_20151107,accesslog_20151125/_settings | jq
{
"accesslog_20151107": {
"settings": {
"index": {
"creation_date": "1448566370524",
"number_of_shards": "5",
"number_of_replicas": "1",
"uuid": "_c2dVWOcSKa0QpNyAbwsFg",
"version": {
"created": "2010099"
}
}
}
},
"accesslog_20151125": {
"settings": {
"index": {
"creation_date": "1448512323711",
"number_of_shards": "5",
"number_of_replicas": "1",
"uuid": "0aYzMXNwRLemjVI1EQnv9w",
"version": {
"created": "2000099"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment