Files
elasticsearch-js/docs/doc_examples/bf448c3889c18266e2e6d3af4f614da2.asciidoc
2024-07-29 17:10:05 -05:00

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);
----