Let’s get the document that we just indexed:
$getParams = array(); $getParams['index'] = 'my_index'; $getParams['type'] = 'my_type'; $getParams['id'] = 'my_id'; $retDoc = $client->get($getParams);
Most Popular
Video
Get Started with Elasticsearch
Intro to Kibana
ELK for Logs & Metrics