[DOCS] Fix typo in rollup groups docs (#62269) (#62316)

Co-authored-by: AndyHunt66 <andrew.hunt@elastic.co>
This commit is contained in:
James Rodewig 2020-09-14 10:42:58 -04:00 committed by GitHub
parent 65ec94f8a3
commit f4dfdc9d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
This issue has also since been eliminated in 6.4.0.