-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business result
Description
KQL doesn't currently support querying on nested fields. To support them properly we'll need to introduce some new syntax to the language. Nested fields can be queried in two different ways:
- Parts of the query may only match a single nested doc (bool inside nested). This is what most people want when querying on a nested field.
- Parts of the query may match different nested docs (nested inside bool). This is how a regular
objectfield works but nested fields can be queried in the same way. Although generally less useful, there are occasions where one might want to query a nested field in this way.
a03nikki, vprusa and tadhgpearson
Metadata
Metadata
Assignees
Labels
Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business result