Open
0 of 1 issue completedDescription
🚀 Feature Proposal
The scripted_metric aggregation is now private in Elasticsearch Serverless. To reflect that in the specification, we need to:
- Apply the
@availability serverless visibility=private
annotation to AggregationContainer - Extend the metamodel to allow availability annotations to types, and then apply
@availability serverless visibility=private
to theScriptedMetricAggregate
type - Update all generators to exclude types unavailable on Elasticsearch Serverless.