I having a werid issue where I feel like i am loosing documents, a get
request fails to get the document but if i do a search for the document it
works just fine. So this is the output of a document write
Array
(
[ok] => 1
[_index] => latest
[_type] => sysMetrics
[_id] => t2QjFSAfQjSJRPv-J8neeA
[_version] => 1
)
if I curl for the document
curl http://localhost:9200/latest/sysMetrics/t2QjFSAfQjSJRPv-J8neeA
{"_index":"latest","_type":"sysMetrics","_id":"t2QjFSAfQjSJRPv-J8neeA","exists":false}
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.