limitations.asciidoc 568 B

1234567891011121314151617181920212223242526272829
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[eql-limitations]]
  4. == EQL limitations
  5. ++++
  6. <titleabbrev>Limitations</titleabbrev>
  7. ++++
  8. experimental::[]
  9. [discrete]
  10. [[eql-unsupported-syntax]]
  11. === Unsupported syntax
  12. {es} supports a subset of {eql-ref}/index.html[EQL syntax]. {es} cannot run EQL
  13. queries that contain:
  14. * {eql-ref}/functions.html[Functions]
  15. * {eql-ref}/joins.html[Joins]
  16. * {eql-ref}/basic-syntax.html#event-relationships[Lineage-related keywords]:
  17. ** `child of`
  18. ** `descendant of`
  19. ** `event of`
  20. * {eql-ref}/pipes.html[Pipes]
  21. * {eql-ref}/sequences.html[Sequences]