Browse Source

[DOCS] Update example for `serial_diff` agg (#69635)

RomainGeffraye 4 years ago
parent
commit
fe7afb9d36

+ 1 - 1
docs/reference/aggregations/pipeline/serial-diff-aggregation.asciidoc

@@ -43,7 +43,7 @@ A `serial_diff` aggregation looks like this in isolation:
 {
   "serial_diff": {
     "buckets_path": "the_sum",
-    "lag": "7"
+    "lag": 7
   }
 }
 --------------------------------------------------