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

Sets min_doc_count=0 for parent histogram of derivative aggregation #61390

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

tylersmalley
Copy link
Contributor

@tylersmalley tylersmalley commented Mar 26, 2020

From the docs:

The specified metric must be numeric and the enclosing histogram must have min_doc_count set to 0 (default for histogram aggregations).

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-derivative-aggregation.html#search-aggregations-pipeline-derivative-aggregation

This is now enforced, and currently failing the promotion of the current Elasticsearch build

Semi-revert of commits tagged in #61366

From the docs: The specified metric must be numeric and the enclosing
histogram must have min_doc_count set to 0 (default for histogram
aggregations).

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-derivative-aggregation.html#search-aggregations-pipeline-derivative-aggregation

This is now enforced, and currently failing the promotion of the current
Elasticsearch build

Related to elastic#61387

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@tylersmalley tylersmalley added Team:Monitoring Stack Monitoring team v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.8.0 labels Mar 26, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring (Team:Monitoring)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

tylersmalley pushed a commit that referenced this pull request Mar 26, 2020
* chore(NA); bump version to 7.8.0

Also includes cherry-pick of #61390
* Sets min_doc_count=0 for parent histogram of dirivative aggregation

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@tylersmalley
Copy link
Contributor Author

I need to merge this in order to unblock the recent ES build and and some downstream teams. So apologies for merging before a review, but if you could please take a look and raise any concerns if there are any.

@tylersmalley tylersmalley merged commit 1bcf848 into elastic:master Mar 26, 2020
@tylersmalley
Copy link
Contributor Author

7.x/7.8: eb5d3ac

@tylersmalley tylersmalley added the backport:skip This commit does not require backporting label Mar 26, 2020
@chrisronline
Copy link
Contributor

Thanks @tylersmalley ❤️

tylersmalley pushed a commit to tylersmalley/kibana that referenced this pull request Mar 30, 2020
…lastic#61390)

From the docs: The specified metric must be numeric and the enclosing
histogram must have min_doc_count set to 0 (default for histogram
aggregations).

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-derivative-aggregation.html#search-aggregations-pipeline-derivative-aggregation

This is now enforced, and currently failing the promotion of the current
Elasticsearch build

Related to elastic#61387

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
tylersmalley pushed a commit that referenced this pull request Mar 31, 2020
…61390) (#61896)

From the docs: The specified metric must be numeric and the enclosing
histogram must have min_doc_count set to 0 (default for histogram
aggregations).

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-derivative-aggregation.html#search-aggregations-pipeline-derivative-aggregation

This is now enforced, and currently failing the promotion of the current
Elasticsearch build

Related to #61387

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Monitoring Stack Monitoring team v7.8.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants