From 729a4f8293bfdbe4ea6c1d0b3d786abc6beecdb7 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 9 May 2024 16:11:41 -0500 Subject: [PATCH] fix(flux): cumulativeSum page not found (#5453) - Add alias URL. - Issue doesn't indicate where the bad URL was found. --- data/flux_stdlib_frontmatter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/flux_stdlib_frontmatter.yml b/data/flux_stdlib_frontmatter.yml index 6f1606b3f..200c2e545 100644 --- a/data/flux_stdlib_frontmatter.yml +++ b/data/flux_stdlib_frontmatter.yml @@ -2667,6 +2667,8 @@ - /influxdb/v2/reference/flux/functions/built-in/transformations/cumulativesum/ - /influxdb/v2/reference/flux/stdlib/built-in/transformations/cumulativesum/ - /influxdb/cloud/reference/flux/stdlib/built-in/transformations/cumulativesum/ + - /flux/v0/stdlib/built-in/transformations/cumulativesum/ + related: - /influxdb/v2/query-data/flux/cumulativesum/ - /influxdb/v1/query_language/functions/#cumulative-sum, InfluxQL – CUMULATIVE_SUM()