Added new docs examples (#1101)
* Added new docs examples * Updated enabled files list
This commit is contained in:
committed by
GitHub
parent
7b7c9130f3
commit
508aa362e6
18
docs/doc_examples/3b04cc894e6a47d57983484010feac0c.asciidoc
Normal file
18
docs/doc_examples/3b04cc894e6a47d57983484010feac0c.asciidoc
Normal file
@ -0,0 +1,18 @@
|
||||
// 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)
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user