Skip to content

Commit

Permalink
[DOCS] Add EQL limitations page (#52001)
Browse files Browse the repository at this point in the history
Documents limitations for EQL in Elasticsearch.
  • Loading branch information
jrodewig authored Feb 12, 2020
1 parent be8ae97 commit 6b62ec5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/eql/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Consider using EQL if you:
* <<eql-requirements>>
* <<eql-search>>
* <<eql-syntax>>
* <<eql-limitations>>

include::requirements.asciidoc[]
include::search.asciidoc[]
include::syntax.asciidoc[]
include::limitations.asciidoc[]
29 changes: 29 additions & 0 deletions docs/reference/eql/limitations.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[role="xpack"]
[testenv="basic"]
[[eql-limitations]]
== EQL limitations
++++
<titleabbrev>Limitations</titleabbrev>
++++

experimental::[]

[discrete]
[[eql-unsupported-syntax]]
=== Unsupported syntax

{es} supports a subset of {eql-ref}/index.html[EQL syntax]. {es} cannot run EQL
queries that contain:

* {eql-ref}/functions.html[Functions]

* {eql-ref}/joins.html[Joins]

* {eql-ref}/basic-syntax.html#event-relationships[Lineage-related keywords]:
** `child of`
** `descendant of`
** `event of`

* {eql-ref}/pipes.html[Pipes]

* {eql-ref}/sequences.html[Sequences]

0 comments on commit 6b62ec5

Please sign in to comment.