Fixed id's of 'worked example' in scripted metric aggs docs (#22430)

This commit is contained in:
Johannes Kanavin 2017-01-05 19:30:05 +01:00 committed by Nik Everett
parent 20f90178fe
commit 27c57aeebe
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ PUT /transactions/stock/_bulk?refresh
{"type": "sale","amount": 80}
{"index":{"_id":2}}
{"type": "cost","amount": 10}
{"index":{"_id":2}}
{"index":{"_id":3}}
{"type": "cost","amount": 30}
{"index":{"_id":2}}
{"index":{"_id":4}}
{"type": "sale","amount": 130}
--------------------------------------------------
// CONSOLE