Skip to content
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

ES|QL Expand support for ENRICH to full set supported by ES ingest processors #106162

Closed
craigtaverner opened this issue Mar 11, 2024 · 1 comment · Fixed by #106186
Closed

ES|QL Expand support for ENRICH to full set supported by ES ingest processors #106162

craigtaverner opened this issue Mar 11, 2024 · 1 comment · Fixed by #106186
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@craigtaverner
Copy link
Contributor

craigtaverner commented Mar 11, 2024

Description

The ES|QL ENRICH command already supports exact match queries (based on the term query) for keyword field matches, however as described in the documentation on how to "enrich your data", there are three types of ENRICH supported by Elasticsearch ingest processors:

Ideally we would like ES|QL to support all the features supported by Elasticsearch ingest. In particular there have be specific requests to support CIDR_MATCH in ENRICH, which would be supported by the range enrich policy above.

Limitations:

  • One concern would be the geo_match which expects the shape_relation to be defined in the ingest processor, not the enrich policy, which would imply that the ENRICH command needs to be enhanced to support this. However, since the geo_match enrich policy defaults to intersects, it is possible to support this without enhancing the the command syntax, and consider that enhancement as a later feature.
@craigtaverner craigtaverner added >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL labels Mar 11, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
2 participants