Skip to content

Commit 227b742

Browse files
committed
fix(v3): Replace "Clustered" references in monolith https://docs.influxdata.com/influxdb3/core/write-data/ Closes #5874
- Replace names with product-name shortcode - Fix grammar to accomodate the Object storage model (where data isn't stored in InfluxDB 3)
1 parent 2b40655 commit 227b742

File tree

27 files changed

+31
-33
lines changed

27 files changed

+31
-33
lines changed

content/influxdb3/core/query-data/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Query data in {{< product-name >}}
33
description: >
4-
Learn to query data stored in InfluxDB using SQL and InfluxQL.
4+
Learn to query data in {{% product-name %}} using SQL and InfluxQL.
55
menu:
66
influxdb3_core:
77
name: Query data

content/influxdb3/core/query-data/execute-queries/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Execute queries
33
description: >
4-
Use tools and libraries to query data stored in {{< product-name >}}.
4+
Use tools and libraries to query data from {{< product-name >}}.
55
weight: 101
66
menu:
77
influxdb3_core:

content/influxdb3/core/query-data/influxql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Query data with InfluxQL
33
description: >
4-
Learn to use InfluxQL to query data stored in {{< product-name >}}.
4+
Learn to use InfluxQL to query data in {{< product-name >}}.
55
menu:
66
influxdb3_core:
77
name: Query with InfluxQL

content/influxdb3/core/query-data/sql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Query data with SQL
33
seotitle: Query data with SQL
44
description: >
5-
Learn to query data stored in {{< product-name >}} using SQL.
5+
Learn to query data in {{< product-name >}} using SQL.
66
menu:
77
influxdb3_core:
88
name: Query with SQL

content/influxdb3/core/visualize-data/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Visualize data
33
description: >
44
Use visualization tools like Grafana, Superset, and others to visualize time
5-
series data stored in InfluxDB 3 Core.
5+
series data queried from {{< product-name >}}.
66
menu: influxdb3_core
77
weight: 10
88
related:
9-
- /influxdb3/clustered/query-data/
9+
- /influxdb3/core/query-data/
1010
---
1111

1212
Use visualization tools like Grafana, Superset, and others to visualize time
13-
series data stored in {{< product-name >}}.
13+
series data queried from {{< product-name >}}.
1414

1515
{{< children >}}

content/influxdb3/core/visualize-data/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Grafana to visualize data
33
list_title: Grafana
44
description: >
55
Install and run [Grafana](https://grafana.com/) to query and visualize data
6-
stored in InfluxDB 3 Core.
6+
from {{< product-name >}}.
77
weight: 101
88
menu:
99
influxdb3_core:

content/influxdb3/core/visualize-data/superset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Superset to visualize data
33
list_title: Superset
44
description: >
55
Install and run [Apache Superset](https://superset.apache.org/)
6-
to query and visualize data stored in InfluxDB 3 Core.
6+
to query and visualize data stored from {{< product-name >}}.
77
weight: 101
88
menu:
99
influxdb3_core:

content/influxdb3/core/visualize-data/tableau.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Tableau to visualize data
33
list_title: Tableau
44
description: >
55
Install and use [Tableau](https://www.tableau.com/) to query and visualize
6-
data stored in InfluxDB 3 Core.
6+
data from {{< product-name >}}.
77
weight: 101
88
menu:
99
influxdb3_core:

content/influxdb3/core/write-data/client-libraries.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Use InfluxDB client libraries to write data
33
description: >
4-
Use InfluxDB API clients to write points as line protocol data to InfluxDB
5-
Clustered.
4+
Use InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
65
menu:
76
influxdb3_core:
87
name: Use client libraries

content/influxdb3/core/write-data/influxdb3-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the influxdb3 CLI to write data
33
description: >
44
Use the [`influxdb3` CLI](/influxdb3/core/reference/cli/influxdb3/)
5-
to write line protocol data to InfluxDB Clustered.
5+
to write line protocol data to {{% product-name %}}.
66
menu:
77
influxdb3_core:
88
name: Use the influxdb3 CLI

0 commit comments

Comments
 (0)