Fixed id's of 'worked example' in scripted metric aggs docs (#22430)
This commit is contained in:
parent
20f90178fe
commit
27c57aeebe
|
@ -156,9 +156,9 @@ PUT /transactions/stock/_bulk?refresh
|
||||||
{"type": "sale","amount": 80}
|
{"type": "sale","amount": 80}
|
||||||
{"index":{"_id":2}}
|
{"index":{"_id":2}}
|
||||||
{"type": "cost","amount": 10}
|
{"type": "cost","amount": 10}
|
||||||
{"index":{"_id":2}}
|
{"index":{"_id":3}}
|
||||||
{"type": "cost","amount": 30}
|
{"type": "cost","amount": 30}
|
||||||
{"index":{"_id":2}}
|
{"index":{"_id":4}}
|
||||||
{"type": "sale","amount": 130}
|
{"type": "sale","amount": 130}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
Loading…
Reference in New Issue