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

[ML] Transforms: Group by and aggregation options. #86253

Open
13 of 27 tasks
walterra opened this issue Dec 17, 2020 · 1 comment
Open
13 of 27 tasks

[ML] Transforms: Group by and aggregation options. #86253

walterra opened this issue Dec 17, 2020 · 1 comment

Comments

@walterra
Copy link
Contributor

walterra commented Dec 17, 2020

Meta issue to track progress on UI implementations of group-by and aggregation options.

Docs reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/put-transform.html

Transforms use composite aggs under the hood, so its options are available for group by and aggs configs. https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html

Pivot

group by

x-pack/plugins/transform/public/app/common/pivot_group_by.ts

  • Date Histogram
  • Geotile Grid
  • Histogram
  • Terms

group by options

The order, pagination, size, options from composite aggs are implementation details of transforms and not applicable for configurations.

aggs

x-pack/plugins/transform/common/types/pivot_aggs.ts

Latest

@walterra
Copy link
Contributor Author

Related discussion about transform UI: #83267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant