mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Update to serial differencing aggregation doc
Hi, `thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
This commit is contained in:
parent
6c3f6778df
commit
7844804874
@ -76,7 +76,7 @@ A `serial_diff` aggregation looks like this in isolation:
|
|||||||
},
|
},
|
||||||
"thirtieth_difference": {
|
"thirtieth_difference": {
|
||||||
"serial_diff": { <3>
|
"serial_diff": { <3>
|
||||||
"buckets_path": "lemmings",
|
"buckets_path": "the_sum",
|
||||||
"lag" : 30
|
"lag" : 30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user