-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Document counter field limitation. #95155
Document counter field limitation. #95155
Conversation
Documentation preview: |
Pinging @elastic/es-analytics-geo (Team:Analytics) |
Pinging @elastic/es-docs (Team:Docs) |
Note that counter fields do come with a limitation in aggregations. Only the following aggregations are supported with counter field: | ||
`rate`, `histogram`, `range`, `min`, `max`, `top_metrics` and `variable_width_histogram`. | ||
**** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martijnvg Git won't let me suggest for text higher up in the file, but another option would be at line 150 to insert a note in this format:
NOTE: Counter fields do come with a limitation in aggregations. Only the following aggregations are supported with the `counter` field: `rate`, `histogram`, `range`, `min`, `max`, `top_metrics` and `variable_width_histogram`.
That would render like this, which I think might be more visible for customers as it's closer to the counter field description:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just one suggestion to fix the format of the note a little bit.
Co-authored-by: David Kilfoyle <[email protected]>
Thanks for the quick review @kilfoyle! |
💚 Backport successful
|
As is listed here: elastic#93539 (comment) Relates to elastic#93539
As is listed here: #93539 (comment) Relates to #93539
As is listed here: #93539 (comment)
Relates to #93539