elasticsearch/docs/reference/esql/esql-source-commands.asciidoc
Nik Everett 64cc549958 Docs: move source commands into a file per command (ESQL-1191)
I think it's a bit easier to deal with the files this way. They also
make a page per command so it lines up with the files which is nice.

Also I moved some of the examples into the docs. They were mostly there
already, but I linked them.

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-05-30 21:58:33 +10:00

22 lines
631 B
Text

[[esql-source-commands]]
== ESQL source commands
++++
<titleabbrev>Source commands</titleabbrev>
++++
:keywords: {es}, ESQL, {es} query language, source commands
:description: An ESQL source command produces a table, typically with data from {es}.
An ESQL source command produces a table, typically with data from {es}.
image::images/esql/source-command.svg[A source command producing a table from {es},align="center"]
ESQL supports these source commands:
* <<esql-from>>
* <<esql-row>>
* <<esql-show>>
include::source-commands/from.asciidoc[]
include::source-commands/row.asciidoc[]
include::source-commands/show.asciidoc[]