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

[7.x] [Transform] add support for geo_line aggregation in pivot function (#69299) #69483

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

…lastic#69299)

This commit adds support for the Gold+ licensed `geo_line` aggregation.

This aggregation takes a collection of `geo_point` values and constructs a line
according to some sort value. Adding to transforms allows users to create these
potentially expensive lines out of band of visualizations and then do additional aggs/queries
against the pivoted data.

Examples would be:

"Do these daily user paths ever intersect?"
"Does this path enter and leave this area?"
@benwtrent benwtrent added :ml Machine learning backport labels Feb 23, 2021
@elasticmachine elasticmachine added the Team:ML Meta label for the ML team label Feb 23, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@benwtrent benwtrent merged commit 70e0352 into elastic:7.x Feb 23, 2021
@benwtrent benwtrent deleted the backport/7.x/pr-69299 branch February 23, 2021 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml Machine learning Team:ML Meta label for the ML team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants