Skip to content

Commit

Permalink
Here we go again with the snippet testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Nov 29, 2024
1 parent 3924b3d commit eada977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/quickstart/aggs-tutorial.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ POST kibana_sample_data_ecommerce/_bulk
{ "index": {} }
{ "category": "Women's Shoes", "order_date": "2024-11-15T00:00:00.000Z", "customer_id": "3", "taxful_total_price": 120.0, "total_quantity": 1, "products": [{"category": "Women's Shoes", "price": 120.0, "quantity": 1}] }
----
// TEST
////

Expand Down Expand Up @@ -282,7 +283,7 @@ GET kibana_sample_data_ecommerce/_search
}
}
----
// TEST
// TEST[continued]
<1> Set `size` to 0 to avoid returning matched documents in the response and return only the aggregation results
<2> A meaningful name that describes what this metric represents
<3> Configures an `avg` aggregation, which calculates a simple arithmetic mean
Expand Down

0 comments on commit eada977

Please sign in to comment.