Created
November 6, 2019 23:25
-
-
Save yuyasugano/eae7dd3a969603ce3899770cc0dbf005 to your computer and use it in GitHub Desktop.
curl -XGET "localhost:9200/btcjpy?pretty&pretty"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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