esql-processing-commands.asciidoc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [[esql-processing-commands]]
  2. == {esql} processing commands
  3. ++++
  4. <titleabbrev>Processing commands</titleabbrev>
  5. ++++
  6. :keywords: {es}, {esql}, {es} query language, processing commands
  7. :description: {esql} processing commands change an input table by adding, removing, or changing rows and columns.
  8. {esql} processing commands change an input table by adding, removing, or changing
  9. rows and columns.
  10. image::images/esql/processing-command.svg[A processing command changing an input table,align="center"]
  11. {esql} supports these processing commands:
  12. * <<esql-dissect>>
  13. * <<esql-drop>>
  14. * <<esql-enrich>>
  15. * <<esql-eval>>
  16. * <<esql-grok>>
  17. * <<esql-keep>>
  18. * <<esql-limit>>
  19. * <<esql-mv_expand>>
  20. * <<esql-rename>>
  21. * <<esql-sort>>
  22. * <<esql-stats-by>>
  23. * <<esql-where>>
  24. include::processing-commands/dissect.asciidoc[]
  25. include::processing-commands/drop.asciidoc[]
  26. include::processing-commands/enrich.asciidoc[]
  27. include::processing-commands/eval.asciidoc[]
  28. include::processing-commands/grok.asciidoc[]
  29. include::processing-commands/keep.asciidoc[]
  30. include::processing-commands/limit.asciidoc[]
  31. include::processing-commands/mv_expand.asciidoc[]
  32. include::processing-commands/rename.asciidoc[]
  33. include::processing-commands/sort.asciidoc[]
  34. include::processing-commands/stats.asciidoc[]
  35. include::processing-commands/where.asciidoc[]