Merge pull request #16738 from robertlyson/patch-1

Update to serial differencing aggregation doc
This commit is contained in:
Clinton Gormley 2016-02-28 20:09:14 +01:00
commit 300554841e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}