elasticsearch/docs/reference/query-languages/esql/commands/processing-commands.md
Jan Kuipers df76c15edd
ES|QL sample documentation (#129350)
* ES|QL sample documentation

* Update docs/reference/query-languages/esql/_snippets/commands/layout/sample.md

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-06-17 10:56:14 +02:00

63 lines
1.3 KiB
Markdown

---
navigation_title: "Processing commands"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-commands.html
---
# {{esql}} processing commands [esql-processing-commands]
{{esql}} processing commands change an input table by adding, removing, or changing rows and columns.
:::{image} ../../images/processing-command.svg
:alt: A processing command changing an input table
:::
{{esql}} supports these processing commands:
:::{include} ../_snippets/lists/processing-commands.md
:::
:::{include} ../_snippets/commands/layout/change_point.md
:::
:::{include} ../_snippets/commands/layout/dissect.md
:::
:::{include} ../_snippets/commands/layout/drop.md
:::
:::{include} ../_snippets/commands/layout/enrich.md
:::
:::{include} ../_snippets/commands/layout/eval.md
:::
:::{include} ../_snippets/commands/layout/grok.md
:::
:::{include} ../_snippets/commands/layout/keep.md
:::
:::{include} ../_snippets/commands/layout/limit.md
:::
:::{include} ../_snippets/commands/layout/lookup-join.md
:::
:::{include} ../_snippets/commands/layout/mv_expand.md
:::
:::{include} ../_snippets/commands/layout/rename.md
:::
:::{include} ../_snippets/commands/layout/sample.md
:::
:::{include} ../_snippets/commands/layout/sort.md
:::
:::{include} ../_snippets/commands/layout/stats-by.md
:::
:::{include} ../_snippets/commands/layout/where.md
:::