Merge pull request #4382 from influxdata/fix-4368-replication-header
feat: add update header and add note to edge data replicationpull/4391/head^2
commit
7dec46bc7c
|
|
@ -14,4 +14,9 @@ Running [InfluxDB OSS](/influxdb/v2.2/install/) at the edge lets you collect, pr
|
|||
|
||||
{{< youtube qsj_TTpDyf4 >}}
|
||||
|
||||
{{< children >}}
|
||||
{{< children >}}
|
||||
|
||||
{{% note %}}
|
||||
To replicate data from InfluxDB OSS to a remote InfluxDB OSS instance, see
|
||||
[Replicate data to a remote InfluxDB instance](/influxdb/v2.2/write-data/replication/replicate-data).
|
||||
{{% /note %}}
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Replicate data to a remote InfluxDB instance
|
||||
title: Replicate data from a remote instance to InfluxDB Cloud
|
||||
weight: 106
|
||||
description: >
|
||||
Use InfluxDB Edge Data Replication to replicate the incoming data of select buckets to one or more buckets on a remote InfluxDB instance.
|
||||
|
||||
menu:
|
||||
influxdb_2_2:
|
||||
name: How to replicate data
|
||||
name: Replicate data to Cloud
|
||||
parent: Replicate data
|
||||
influxdb/v2.2/tags: [write, replication]
|
||||
related:
|
||||
|
|
|
|||
|
|
@ -14,4 +14,9 @@ Running [InfluxDB OSS](/influxdb/v2.3/install/) at the edge lets you collect, pr
|
|||
|
||||
{{< youtube qsj_TTpDyf4 >}}
|
||||
|
||||
{{< children >}}
|
||||
{{< children >}}
|
||||
|
||||
{{% note %}}
|
||||
To replicate data from InfluxDB OSS to a remote InfluxDB OSS instance, see
|
||||
[Replicate data to a remote InfluxDB instance](/influxdb/v2.3/write-data/replication/replicate-data).
|
||||
{{% /note %}}
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Replicate data to a remote InfluxDB instance
|
||||
title: Replicate data from a remote instance to InfluxDB Cloud
|
||||
weight: 106
|
||||
description: >
|
||||
Use InfluxDB Edge Data Replication to replicate the incoming data of select buckets to one or more buckets on a remote InfluxDB instance.
|
||||
|
||||
menu:
|
||||
influxdb_2_3:
|
||||
name: How to replicate data
|
||||
name: Replicate data to Cloud
|
||||
parent: Replicate data
|
||||
influxdb/v2.3/tags: [write, replication]
|
||||
related:
|
||||
|
|
|
|||
|
|
@ -10,8 +10,17 @@ menu:
|
|||
parent: Write data
|
||||
---
|
||||
|
||||
Running [InfluxDB OSS](/influxdb/v2.4/install/) at the edge lets you collect, process, transform, and analyze high-precision data locally. **Edge Data Replication** lets you replicate data from distributed edge environments to [InfluxDB Cloud](/influxdb/cloud/sign-up/), aggregating and storing data for long-term management and analysis.
|
||||
Running [InfluxDB OSS](/influxdb/v2.4/install/) at the edge lets you collect,
|
||||
process, transform, and analyze high-precision data locally.
|
||||
**Edge Data Replication** lets you replicate data from distributed edge
|
||||
environments to [InfluxDB Cloud](/influxdb/cloud/sign-up/), aggregating and
|
||||
storing data for long-term management and analysis.
|
||||
|
||||
{{< youtube qsj_TTpDyf4 >}}
|
||||
|
||||
{{< children >}}
|
||||
{{< children >}}
|
||||
|
||||
{{% note %}}
|
||||
To replicate data from InfluxDB OSS to a remote InfluxDB OSS instance, see
|
||||
[Replicate data to a remote InfluxDB instance](/influxdb/v2.4/write-data/replication/replicate-data).
|
||||
{{% /note %}}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Replicate data to a remote InfluxDB instance
|
||||
title: Replicate data from a remote instance to InfluxDB Cloud
|
||||
weight: 106
|
||||
description: >
|
||||
Use InfluxDB Edge Data Replication to replicate the incoming data of select
|
||||
|
|
@ -7,7 +7,7 @@ description: >
|
|||
InfluxDB Enterprise instance.
|
||||
menu:
|
||||
influxdb_2_4:
|
||||
name: Replicate data to remote InfluxDB instances
|
||||
name: Replicate data to Cloud
|
||||
parent: Replicate data
|
||||
influxdb/v2.4/tags: [write, replication]
|
||||
related:
|
||||
|
|
|
|||
Loading…
Reference in New Issue