diff --git a/_includes/docs/user-guide/calculated-fields/related-entities-aggregation-calculated-field.md b/_includes/docs/user-guide/calculated-fields/related-entities-aggregation-calculated-field.md
index 8f68204533..3ef582c120 100644
--- a/_includes/docs/user-guide/calculated-fields/related-entities-aggregation-calculated-field.md
+++ b/_includes/docs/user-guide/calculated-fields/related-entities-aggregation-calculated-field.md
@@ -109,7 +109,7 @@ How it works:
- additional updates arriving within the interval do not trigger aggregation again
- after the interval ends, aggregation run again using the latest available data
-> Minimum time between telemetry aggregations: 60 seconds.
+> Minimum time between telemetry aggregations: 10 seconds.
This prevents excessive reprocessing and reduces system load in high-frequency environments.
@@ -254,7 +254,7 @@ The field will:
title: Second metric settings:
- **Metric name:** maxTemperature
- **Aggregation:** Maximum
- **Value source:** key
- **Argument name:** temperature.
===
/images/user-guide/calculated-fields/related-entities/related-entities-cf-example-1-11-ce.png
- title: Deduplication interval: 60 seconds.
The output value will be stored as a telemetry. Click **Add** to save the calculation field.
+ title: Deduplication interval: 10 seconds.
The output value will be stored as a telemetry. Click **Add** to save the calculation field.
'
%}
diff --git a/_includes/docs/user-guide/calculated-fields/time-series-data-aggregation-calculated-field.md b/_includes/docs/user-guide/calculated-fields/time-series-data-aggregation-calculated-field.md
index 510b248c78..6b7d2e2ad5 100644
--- a/_includes/docs/user-guide/calculated-fields/time-series-data-aggregation-calculated-field.md
+++ b/_includes/docs/user-guide/calculated-fields/time-series-data-aggregation-calculated-field.md
@@ -50,7 +50,7 @@ Each metric produces **one output telemetry key (Metric name)** by applying one
Click the **Add metric** button and fill in the required fields:
- **Metric name**: output telemetry key name (e.g., tempAvg, tempMax)
-- **Aggregation**: Average / Min / Max / Sum / Count / Count unique
+- **Aggregation**: Average / Min / Max / Sum / Count
- **Argument name**: the argument whose value is being aggregated.
- **Default value**: used if the interval contains no data
@@ -59,7 +59,7 @@ Click the **Add metric** button and fill in the required fields:
{% assign timeSeriesAggrMetric = '
===
image: /images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png
- title: Click the **Add metric** button (1) and fill in the required fields:
- **Metric name** (2): output telemetry key name (e.g., tempAvg, tempMax)
- **Aggregation** (3): Average / Min / Max / Sum / Count / Count unique
- **Argument name** (4): the argument whose value is being aggregated.
- **Default value** (5): used if the interval contains no data
Then click **Add** (6).
+ title: Click the **Add metric** button (1) and fill in the required fields:
- **Metric name** (2): output telemetry key name (e.g., tempAvg, tempMax)
- **Aggregation** (3): Average / Min / Max / Sum / Count
- **Argument name** (4): the argument whose value is being aggregated.
- **Default value** (5): used if the interval contains no data
Then click **Add** (6).
'
%}
diff --git a/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce-preview.png b/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce-preview.png
index e3db7f37ea..4ebd7ef4eb 100644
Binary files a/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce-preview.png and b/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce-preview.png differ
diff --git a/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png b/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png
index 176302d386..bd6ee04c4f 100644
Binary files a/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png and b/images/user-guide/calculated-fields/time-series-data-aggregation/time-series-data-aggregation-metric-1-ce.png differ