28 lines
572 B
Plaintext
28 lines
572 B
Plaintext
// 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({
|
|
refresh: "true",
|
|
operations: [
|
|
{
|
|
index: {
|
|
_index: ".ds-my-data-stream-2099.03.08-000003",
|
|
_id: "bfspvnIBr7VVZlfp2lqX",
|
|
if_seq_no: 0,
|
|
if_primary_term: 1,
|
|
},
|
|
},
|
|
{
|
|
"@timestamp": "2099-03-08T11:06:07.000Z",
|
|
user: {
|
|
id: "8a4f500d",
|
|
},
|
|
message: "Login successful",
|
|
},
|
|
],
|
|
});
|
|
console.log(response);
|
|
----
|