From da0bfd2fb508c9b39055ab14b7c3e9c9f3a5adfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 7 Sep 2021 09:59:38 +0200 Subject: [PATCH] [DOCS] Adds a link to the Quick Start section that points to an EC ingest example (#1546) --- docs/introduction.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 89ce92d81..95cd99cc8 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -132,6 +132,9 @@ async function run () { run().catch(console.log) ---- +TIP: For an elaborate example of how to ingest data into Elastic Cloud, +refer to {cloud}/ec-getting-started-node-js.html[this page]. + [discrete] ==== Install multiple versions