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

Allow use of string variables in the bucket_script and bucket_selector aggregations #20694

Closed
colings86 opened this issue Sep 29, 2016 · 1 comment

Comments

@colings86
Copy link
Contributor

Currently pipeline aggregations always assume they are acting on numerical data. This is fine for most pipeline aggregations since things like moving average and derivative only make sense with numerical data. But for the bucket_script and bucket_selector aggregations it can be useful to also have non numerical data as inputs.

We should remove the explicit check for a numerical value when retrieving the value for just the bucket_script and bucket_selector aggs.

@colings86
Copy link
Contributor Author

closing in favour of #23874

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