Skip to content

[7.13] [DOCS] EQL: Note EQL uses fields parameter (#74194) #74203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/reference/eql/syntax.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,15 @@ For a list of supported pipes, see <<eql-pipe-ref>>.

EQL does not support the following features and syntax.

[discrete]
[[eql-uses-fields-parameter]]
==== EQL uses the `fields` parameter

EQL retrieves field values using the search API's <<search-fields-param,`fields`
parameter>>. Any limitations on the `fields` parameter also apply to EQL
queries. For example, if `_source` is disabled for any returned fields or at
index level, the values cannot be retrieved.

[discrete]
[[eql-compare-fields]]
==== Comparing fields
Expand Down