Update average.md to reflect aggregate name specified (#6501)

Signed-off-by: A. Fox <Anthonyfox1988@gmail.com>
This commit is contained in:
A. Fox 2024-02-23 08:50:53 -08:00 committed by GitHub
parent 5b5b1d0de1
commit 2f5d20ef04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ GET opensearch_dashboards_sample_data_ecommerce/_search
"hits": []
},
"aggregations": {
"sum_taxful_total_price": {
"avg_taxful_total_price": {
"value": 75.05542864304813
}
}
}
```
```