19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response0 = await client.get({
|
|
index: 'metricbeat-2016.05.30-1',
|
|
id: '1'
|
|
})
|
|
console.log(response0)
|
|
|
|
const response1 = await client.get({
|
|
index: 'metricbeat-2016.05.31-1',
|
|
id: '1'
|
|
})
|
|
console.log(response1)
|
|
----
|
|
|