Skip to content

Commit

Permalink
[DOCS] Documents scripted metrics aggregation limitation in datafeeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Mar 7, 2024
1 parent fb0fc30 commit f0fa151
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ There are a number of requirements for using aggregations in {dfeeds}.
[[aggs-aggs]]
=== Aggregations

* Using
<<search-aggregations-metrics-scripted-metric-aggregation, scripted metric>>
aggregations is not supported in {dfeeds}.

* Your aggregation must include a `date_histogram` aggregation or a top level
`composite` aggregation, which in turn must contain a `max` aggregation on the
time field. It ensures that the aggregated data is a time series and the
Expand Down Expand Up @@ -76,6 +80,10 @@ chart.
* Your {dfeed} can contain multiple aggregations, but only the ones with names
that match values in the job configuration are fed to the job.

* Using
<<search-aggregations-metrics-scripted-metric-aggregation, scripted metric>>
aggregations is not supported in {dfeeds}.


[discrete]
[[aggs-recommendations-dfeeds]]
Expand Down

0 comments on commit f0fa151

Please sign in to comment.