From 64b88349682e277332bab25fb410ad6c3a93d79c Mon Sep 17 00:00:00 2001 From: jeffhartley Date: Fri, 23 Jun 2017 12:29:58 -0700 Subject: [PATCH] update aggregations.md re: rollup noted that rollup could be on or off --- docs/content/querying/aggregations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/aggregations.md b/docs/content/querying/aggregations.md index 77aec92786f9..7b986b57f303 100644 --- a/docs/content/querying/aggregations.md +++ b/docs/content/querying/aggregations.md @@ -17,7 +17,7 @@ Available aggregations are: ``` Please note the count aggregator counts the number of Druid rows, which does not always reflect the number of raw events ingested. -This is because Druid rolls up data at ingestion time. To +This is because Druid can be configured to roll up data at ingestion time. To count the number of ingested rows of data, include a count aggregator at ingestion time, and a longSum aggregator at query time.