Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 272 Bytes

3b04cc894e6a47d57983484010feac0c.asciidoc

File metadata and controls

15 lines (14 loc) · 272 Bytes
$params = [
    'index' => 'metricbeat-2016.05.30-1',
    'id' => '1',
];
$response = $client->get($params);
$params = [
    'index' => 'metricbeat-2016.05.31-1',
    'id' => '1',
];
$response = $client->get($params);