Skip to content

Commit 0ee363d

Browse files
authored
Add scripted metrics to serverless differences (#52)
* Update serverless-differences.mdx * Update serverless-differences.mdx * Update serverless-differences.mdx * Update serverless-differences.mdx * Add note to Aggregations page
1 parent 13fa48e commit 0ee363d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

serverless/pages/explore-your-data-the-aggregations-api.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Aggregations help you answer questions like:
1717
((es)) organizes aggregations into three categories:
1818

1919
* [Metric](((ref))/search-aggregations-metrics.html) aggregations that calculate metrics,
20-
such as a sum or average, from field values.
20+
such as a sum or an average, from field values. Note that
21+
[scripted metric aggregations](((ref))/search-aggregations-metrics-scripted-metric-aggregation.html)
22+
are not available in serverless ((es)).
2123

2224
* [Bucket](((ref))/search-aggregations-bucket.html) aggregations that
2325
group documents into buckets, also called bins, based on field values, ranges,

serverless/pages/serverless-differences.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ text="data stream lifecycle"/>**.
3030

3131
Serverless Elasticsearch manages the underlying Elastic cluster for you, optimizing nodes, shards, and replicas for your use case.
3232
Because of this, various management and monitoring APIs, API parameters and settings are not available on Serverless.
33+
<br/>
34+
- [Scripted metric aggregations](((ref))/search-aggregations-metrics-scripted-metric-aggregation.html) are not available.
3335

3436
<DocCallOut title="Other limitations" color="warning">
3537

3638
For serverless technical preview limitations, refer to <DocLink slug="/serverless/elasticsearch/technical-preview-limitations" text="Technical preview limitations"/>.
3739

38-
</DocCallOut>
40+
</DocCallOut>

0 commit comments

Comments
 (0)