doc: add date histogram agg in supported agg function list.

This commit is contained in:
Jacky Wu 2022-01-21 14:15:54 +08:00
parent c2693c6401
commit 2a3074fe89
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ The following aggregations are currently supported:
| `"string_stats"` | `StringStats()` |
| `"top_hits"` | `TopHits()` |
| `"terms"` | `TermsAgg()` |
| `"date_histogram"` | `DateHistogramAgg()` |
### Supported Top Level Options