mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
20 lines
491 B
Text
20 lines
491 B
Text
[[esql-source-commands]]
|
|
== {esql} source commands
|
|
|
|
++++
|
|
<titleabbrev>Source commands</titleabbrev>
|
|
++++
|
|
|
|
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[]
|