From 081952249b1a8f1804a67318f20d8564a76baea9 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 22 Aug 2025 17:50:19 -0500 Subject: [PATCH] hotfix(influxdb3): processing engine source and description (closes #6335) --- content/influxdb3/core/reference/processing-engine.md | 10 ++++++---- .../enterprise/reference/processing-engine.md | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/content/influxdb3/core/reference/processing-engine.md b/content/influxdb3/core/reference/processing-engine.md index f37ea9346..b38f80147 100644 --- a/content/influxdb3/core/reference/processing-engine.md +++ b/content/influxdb3/core/reference/processing-engine.md @@ -1,16 +1,18 @@ --- title: Processing engine reference description: > - The InfluxDB 3 Processing engine is an embedded Python virtual machine that runs inside the InfluxDB database. It executes Python code in response to database events without requiring external application servers or middleware. + The InfluxDB 3 Processing engine is an embedded Python virtual machine + that runs inside {{< product-name >}} to execute Python code in response to triggers you define without requiring external application servers or middleware. menu: influxdb3_core: name: Processing engine parent: Reference weight: 101 influxdb3/core/tags: [plugin, database, python] -source: /shared/influxdb3-processing-engine.md +source: /shared/influxdb3-reference/influxdb3-processing-engine.md --- \ No newline at end of file +The content of this file is at +//SOURCE - content/shared/influxdb3-reference/influxdb3-processing-engine.md +--> diff --git a/content/influxdb3/enterprise/reference/processing-engine.md b/content/influxdb3/enterprise/reference/processing-engine.md index 4cb27d28d..f776dd0fb 100644 --- a/content/influxdb3/enterprise/reference/processing-engine.md +++ b/content/influxdb3/enterprise/reference/processing-engine.md @@ -1,16 +1,18 @@ --- title: Processing engine reference description: > - The InfluxDB 3 Processing engine is an embedded Python virtual machine that runs inside the InfluxDB database. It executes Python code in response to database events without requiring external application servers or middleware. + The InfluxDB 3 Processing engine is an embedded Python virtual machine + that runs inside {{< product-name >}} to execute Python code in response to triggers you define without requiring external application servers or middleware. menu: influxdb3_enterprise: name: Processing engine parent: Reference weight: 101 influxdb3/core/tags: [plugin, database, python] -source: /shared/influxdb3-processing-engine.md +source: /shared/influxdb3-reference/influxdb3-processing-engine.md --- \ No newline at end of file +The content of this file is at +//SOURCE - content/shared/influxdb3-reference/influxdb3-processing-engine.md +-->