Skip to content
Snippets Groups Projects
Commit 6e75df19 authored by Mantas Simkus's avatar Mantas Simkus
Browse files

edited SumAggregation docs

parent 58aa180f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ A single-value metrics aggregation that sums up numeric values that are extracte
```JSON
{
"aggregations" : {
"agg_intraday_return" : { "sum" : { "field" : "change" } }
"intraday_return" : { "sum" : { "field" : "change" } }
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment