[DOCS] Remove ESQL demo env link from 8.14+ (#109562)

This commit is contained in:
Liam Thompson 2024-06-11 11:24:52 +02:00 committed by GitHub
parent 0cd8e48cfb
commit 0480c1acba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -15,10 +15,9 @@ This getting started is also available as an https://github.com/elastic/elastics
[[esql-getting-started-prerequisites]] [[esql-getting-started-prerequisites]]
=== Prerequisites === Prerequisites
To follow along with the queries in this guide, you can either set up your own To follow along with the queries in this guide, you'll need an {es} deployment with our sample data.
deployment, or use Elastic's public {esql} demo environment.
include::{es-ref-dir}/tab-widgets/esql/esql-getting-started-widget-sample-data.asciidoc[] include::{es-ref-dir}/tab-widgets/esql/esql-getting-started-sample-data.asciidoc[tag=own-deployment]
[discrete] [discrete]
[[esql-getting-started-running-queries]] [[esql-getting-started-running-queries]]
@ -269,7 +268,8 @@ Before you can use `ENRICH`, you first need to
<<esql-create-enrich-policy,create>> and <<esql-execute-enrich-policy,execute>> <<esql-create-enrich-policy,create>> and <<esql-execute-enrich-policy,execute>>
an <<esql-enrich-policy,enrich policy>>. an <<esql-enrich-policy,enrich policy>>.
include::{es-ref-dir}/tab-widgets/esql/esql-getting-started-widget-enrich-policy.asciidoc[] include::{es-ref-dir}/tab-widgets/esql/esql-getting-started-enrich-policy.asciidoc[tag=own-deployment]
After creating and executing a policy, you can use it with the `ENRICH` After creating and executing a policy, you can use it with the `ENRICH`
command: command:

View file

@ -1,6 +1,6 @@
// tag::own-deployment[] // tag::own-deployment[]
First ingest some sample data. In {kib}, open the main menu and select *Dev First, you'll need to ingest the sample data. In {kib}, open the main menu and select *Dev
Tools*. Run the following two requests: Tools*. Run the following two requests:
[source,console] [source,console]