Skip to content

ESQL: LOOKUP JOIN push down for filters on lookup index fields #130024

@astefan

Description

@astefan

Description

For a query like

FROM device
| WHERE devicefield == valueX
| LOOKUP JOIN refdata ON field
| WHERE refdatafield == valueY

we are already pushing down devicefield filtering to Lucene, but we could also push down refdatafield (coming from refdata) filtering.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions