From 0eb8a06f8f4d62227cf555a306c205a9951d9de9 Mon Sep 17 00:00:00 2001 From: AndyHunt66 Date: Fri, 11 Sep 2020 11:35:30 +0100 Subject: [PATCH] [Nit][Typo] Remove the grocer's apostrophe --- docs/reference/rollup/understanding-groups.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/rollup/understanding-groups.asciidoc b/docs/reference/rollup/understanding-groups.asciidoc index cb5cc501b3472..69ecdeba6c333 100644 --- a/docs/reference/rollup/understanding-groups.asciidoc +++ b/docs/reference/rollup/understanding-groups.asciidoc @@ -36,7 +36,7 @@ based on which groups are potentially useful to future queries. For example, th -------------------------------------------------- // NOTCONSOLE -Allows `date_histogram`'s to be used on the `"timestamp"` field, `terms` aggregations to be used on the `"hostname"` and `"datacenter"` +Allows `date_histogram`s to be used on the `"timestamp"` field, `terms` aggregations to be used on the `"hostname"` and `"datacenter"` fields, and `histograms` to be used on any of `"load"`, `"net_in"`, `"net_out"` fields. Importantly, these aggs/fields can be used in any combination. This aggregation: @@ -245,4 +245,4 @@ There was previously an issue with document counts on "overlapping" job configur If there were two Rollup jobs saving to the same index, where one job is a "subset" of another job, it was possible that document counts could be incorrect for certain aggregation arrangements. -This issue has also since been eliminated in 6.4.0. \ No newline at end of file +This issue has also since been eliminated in 6.4.0.