elasticsearch/docs/reference/query-languages/esql/commands/source-commands.md
Nhat Nguyen d887e7de9d
Add doc for min/max_over_time (#130269)
Add the initial docs structure for the TS command and time-series aggregation.
More content will be added later.
2025-06-28 10:28:31 -07:00

31 lines
744 B
Markdown

---
navigation_title: "Source commands"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-commands.html
---
# {{esql}} source commands [esql-source-commands]
An {{esql}} source command produces a table, typically with data from {{es}}. An {{esql}} query must start with a source command.
:::{image} ../../images/source-command.svg
:alt: A source command producing a table from {{es}}
:::
{{esql}} supports these source commands:
:::{include} ../_snippets/lists/source-commands.md
:::
:::{include} ../_snippets/commands/layout/from.md
:::
:::{include} ../_snippets/commands/layout/ts.md
:::
:::{include} ../_snippets/commands/layout/row.md
:::
:::{include} ../_snippets/commands/layout/show.md
:::