esql-source-commands.asciidoc 474 B

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