Skip to content

Commit 9eff4e8

Browse files
author
AndyHunt66
authored
[DOCS] Fix typo in rollup groups docs (elastic#62269)
1 parent 2dd032d commit 9eff4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/rollup/understanding-groups.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ based on which groups are potentially useful to future queries. For example, th
3636
--------------------------------------------------
3737
// NOTCONSOLE
3838

39-
Allows `date_histogram`'s to be used on the `"timestamp"` field, `terms` aggregations to be used on the `"hostname"` and `"datacenter"`
39+
Allows `date_histogram`s to be used on the `"timestamp"` field, `terms` aggregations to be used on the `"hostname"` and `"datacenter"`
4040
fields, and `histograms` to be used on any of `"load"`, `"net_in"`, `"net_out"` fields.
4141

4242
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
245245
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
246246
could be incorrect for certain aggregation arrangements.
247247

248-
This issue has also since been eliminated in 6.4.0.
248+
This issue has also since been eliminated in 6.4.0.

0 commit comments

Comments
 (0)