Merge pull request #16738 from robertlyson/patch-1
Update to serial differencing aggregation doc
This commit is contained in:
commit
300554841e
|
@ -76,7 +76,7 @@ A `serial_diff` aggregation looks like this in isolation:
|
|||
},
|
||||
"thirtieth_difference": {
|
||||
"serial_diff": { <3>
|
||||
"buckets_path": "lemmings",
|
||||
"buckets_path": "the_sum",
|
||||
"lag" : 30
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue