esql-processing-commands.asciidoc 1.1 KB

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