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 add range support for filter aggregations #102610

Closed
hendrikmuhs opened this issue Jun 18, 2021 · 2 comments
Closed

[ML] Transforms add range support for filter aggregations #102610

hendrikmuhs opened this issue Jun 18, 2021 · 2 comments
Assignees
Labels
enhancement New value added to drive a business result Feature:Transforms ML transforms :ml v7.16.0

Comments

@hendrikmuhs
Copy link
Contributor

The transform UI support for filter aggregation allows bool, terms and exists queries, however filter supports to specify any query:

image

Adding generic query support might be too exotic, but it seems to me we should add at least range as this is quite useful, e.g. for response code.

As for generic queries: Could a text mention advanced cases can be implemented using the editor and/or can the filter docs be linked?

@hendrikmuhs hendrikmuhs added enhancement New value added to drive a business result :ml Feature:Transforms ML transforms labels Jun 18, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@peteharverson
Copy link
Contributor

The Transform wizard already supports the range filter for numeric or date time field, and to make it clear that a transform can also support more complex aggregation use cases beyond the UI controls, #108720 has added extra help text for 7.16.0 to direct usage towards the JSON editor if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Transforms ML transforms :ml v7.16.0
Projects
None yet
Development

No branches or pull requests

5 participants