Răsfoiți Sursa

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

Johannes Kanavin 8 ani în urmă
părinte
comite
27c57aeebe

+ 2 - 2
docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc

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