21 lines
466 B
Plaintext
21 lines
466 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.index({
|
|
index: ".ds-my-data-stream-2099-03-08-000003",
|
|
id: "bfspvnIBr7VVZlfp2lqX",
|
|
if_seq_no: 0,
|
|
if_primary_term: 1,
|
|
document: {
|
|
"@timestamp": "2099-03-08T11:06:07.000Z",
|
|
user: {
|
|
id: "8a4f500d",
|
|
},
|
|
message: "Login successful",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|