Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuyasugano/eae7dd3a969603ce3899770cc0dbf005 to your computer and use it in GitHub Desktop.
Save yuyasugano/eae7dd3a969603ce3899770cc0dbf005 to your computer and use it in GitHub Desktop.
curl -XGET "localhost:9200/btcjpy?pretty&pretty"
{
"btcjpy" : {
"aliases" : { },
"mappings" : {
"properties" : {
"close" : {
"type" : "long"
},
"timestamp" : {
"type" : "date",
"format" : "epoch_millis"
},
"volume" : {
"type" : "double"
}
}
},
"settings" : {
"index" : {
"creation_date" : "1573042469840",
"number_of_shards" : "1",
"number_of_replicas" : "1",
"uuid" : "9zlwuf3LTfqXhtlCDZJZfg",
"version" : {
"created" : "7040299"
},
"provided_name" : "btcjpy"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment