$ curl -XGET
'http://67.205.153.88:9200/please_read/_search?pretty'
{
"took"
: 1,
"timed_out"
:
false
,
"_shards"
: {
"total"
: 5,
"successful"
: 5,
"failed"
: 0
},
"hits"
: {
"total"
: 1,
"max_score"
: 1.0,
"hits"
: [ {
"_index"
:
"please_read"
,
"_type"
:
"info"
,
"_id"
:
"AVm3qmXeus_FduwRD54v"
,
"_score"
: 1.0,
"_source"
: {
"Info"
:
"Your DB is Backed up at our servers, to restore send 0.5 BTC
to the Bitcoin Address then send an email with your server ip"
,
"Bitcoin Address"
:
"12JNfaS2Gzic2vqzGMvDEo38MQSX1kDQrx"
,
"Email"
:
"elasticsearch@mail2tor.com"
}
} ]
}
}