3b04cc894e6a47d57983484010feac0c.asciidoc 272 B

123456789101112131415
  1. // docs/reindex.asciidoc:804
  2. [source, php]
  3. ----
  4. $params = [
  5. 'index' => 'metricbeat-2016.05.30-1',
  6. 'id' => '1',
  7. ];
  8. $response = $client->get($params);
  9. $params = [
  10. 'index' => 'metricbeat-2016.05.31-1',
  11. 'id' => '1',
  12. ];
  13. $response = $client->get($params);
  14. ----