esql-source-commands.asciidoc 631 B

12345678910111213141516171819202122
  1. [[esql-source-commands]]
  2. == ESQL source commands
  3. ++++
  4. <titleabbrev>Source commands</titleabbrev>
  5. ++++
  6. :keywords: {es}, ESQL, {es} query language, source commands
  7. :description: An ESQL source command produces a table, typically with data from {es}.
  8. An ESQL source command produces a table, typically with data from {es}.
  9. image::images/esql/source-command.svg[A source command producing a table from {es},align="center"]
  10. ESQL supports these source commands:
  11. * <<esql-from>>
  12. * <<esql-row>>
  13. * <<esql-show>>
  14. include::source-commands/from.asciidoc[]
  15. include::source-commands/row.asciidoc[]
  16. include::source-commands/show.asciidoc[]