-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] EQL: Document nested field support #56138
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
Conversation
Notes that you cannot use EQL in ES to search the values of `nested` fields or their sub-fields. However, indices containing `nested` field mappings are otherwise supported.
Pinging @elastic/es-docs (>docs) |
Pinging @elastic/es-ql (:Query Languages/EQL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left one comment.
@@ -34,3 +33,10 @@ A field containing the event classification, such as `process`, `file`, or | |||
Timestamp:: | |||
A field containing the date and/or time the event occurred. This is typically | |||
mapped as a <<date,`date`>> field. | |||
|
|||
[NOTE] | |||
==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if this note is necessary in this section, as well.
Maybe have it reworded differently. Since the section is about required fields, how about something around "a <<nested,nested
>> field or the sub-fields of a nested
field cannot be used as a Timestamp or Event category".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes that you cannot use EQL in ES to search the values of `nested` fields or their sub-fields. However, indices containing `nested` field mappings are otherwise supported.
Backport commitsmaster e12419b |
Notes that you cannot use EQL in ES to search the values of
nested
fields or their sub-fields. However, indices containing
nested
fieldmappings are otherwise supported.
Relates to #55721