Added/updated snippets for docs (#2318)
This commit is contained in:
67
docs/doc_examples/dd792bb53703a57f9207e36d16e26255.asciidoc
Normal file
67
docs/doc_examples/dd792bb53703a57f9207e36d16e26255.asciidoc
Normal file
@ -0,0 +1,67 @@
|
||||
// This file is autogenerated, DO NOT EDIT
|
||||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
||||
|
||||
[source, js]
|
||||
----
|
||||
const response = await client.bulk({
|
||||
index: "my-index-000001",
|
||||
refresh: "true",
|
||||
operations: [
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516729294000,
|
||||
temperature: 200,
|
||||
voltage: 5.2,
|
||||
node: "a",
|
||||
},
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516642894000,
|
||||
temperature: 201,
|
||||
voltage: 5.8,
|
||||
node: "b",
|
||||
},
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516556494000,
|
||||
temperature: 202,
|
||||
voltage: 5.1,
|
||||
node: "a",
|
||||
},
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516470094000,
|
||||
temperature: 198,
|
||||
voltage: 5.6,
|
||||
node: "b",
|
||||
},
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516383694000,
|
||||
temperature: 200,
|
||||
voltage: 4.2,
|
||||
node: "c",
|
||||
},
|
||||
{
|
||||
index: {},
|
||||
},
|
||||
{
|
||||
timestamp: 1516297294000,
|
||||
temperature: 202,
|
||||
voltage: 4,
|
||||
node: "c",
|
||||
},
|
||||
],
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user