Skip to content

Commit ba4420c

Browse files
authored
[DOCS] Fix calendar interval in snippet callout(#77314)
1 parent d835b95 commit ba4420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/pipeline/movavg-aggregation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ POST /_search
8080
// TEST[setup:sales]
8181
// TEST[warning:The moving_avg aggregation has been deprecated in favor of the moving_fn aggregation.]
8282

83-
<1> A `date_histogram` named "my_date_histo" is constructed on the "timestamp" field, with one-day intervals
83+
<1> A `date_histogram` named "my_date_histo" is constructed on the "timestamp" field, with one-month intervals
8484
<2> A `sum` metric is used to calculate the sum of a field. This could be any metric (sum, min, max, etc)
8585
<3> Finally, we specify a `moving_avg` aggregation which uses "the_sum" metric as its input.
8686

0 commit comments

Comments
 (0)