added edge data replication to title, fixed formatting (#4131)
* added edge data replication, fixed formatting * fixed list numbering * add Edge Data Replication overview doc; add task-based doc as child * update filename replicate-data; add Sam's video Co-authored-by: Scott Anderson <scott@influxdata.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: Kelly <kelly@influxdata.com>pull/4129/head^2
parent
1e1cc79eff
commit
128f0409fb
|
@ -46,8 +46,10 @@ ol {
|
||||||
& > ol li ol li ol li:before { content: counter(item, lower-latin) ". "; }
|
& > ol li ol li ol li:before { content: counter(item, lower-latin) ". "; }
|
||||||
& > ol li ol li ol li ol li:before { content: counter(item) ". "; }
|
& > ol li ol li ol li ol li:before { content: counter(item) ". "; }
|
||||||
|
|
||||||
& > ul {
|
ul {
|
||||||
counter-reset: item;
|
counter-reset: item;
|
||||||
|
|
||||||
|
& > ol {counter-reset: item;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: Edge Data Replication
|
||||||
|
seotitle: InfluxDB Edge Data Replication
|
||||||
|
description: >
|
||||||
|
Use InfluxDB Edge Data Replication to replicate local data at the edge to InfluxDB Cloud InfluxDB.
|
||||||
|
weight: 106
|
||||||
|
menu:
|
||||||
|
influxdb_cloud:
|
||||||
|
name: Replicate data
|
||||||
|
parent: Write data
|
||||||
|
---
|
||||||
|
|
||||||
|
{{< duplicate-oss >}}
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: Replicate data from InfluxDB OSS to InfluxDB Cloud
|
title: Replicate data from InfluxDB OSS to InfluxDB Cloud
|
||||||
weight: 106
|
weight: 201
|
||||||
description: >
|
description: >
|
||||||
Use replication streams (InfluxDB Edge Data Replication) to replicate the incoming data of select buckets to one or more buckets on a remote InfluxDB instance.
|
Use replication streams to replicate the incoming data of select buckets to one or more buckets on a remote InfluxDB instance.
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
influxdb_cloud:
|
influxdb_cloud:
|
||||||
name: Replicate data
|
name: How to replicate data
|
||||||
parent: Write data
|
parent: Replicate data
|
||||||
influxdb/cloud/tags: [write, replication]
|
influxdb/cloud/tags: [write, replication]
|
||||||
related:
|
related:
|
||||||
- /influxdb/cloud/reference/cli/influx/remote
|
- /influxdb/cloud/reference/cli/influx/remote
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: Edge Data Replication
|
||||||
|
seotitle: InfluxDB Edge Data Replication
|
||||||
|
description: >
|
||||||
|
Use InfluxDB Edge Data Replication to replicate local data at the edge to InfluxDB Cloud InfluxDB.
|
||||||
|
weight: 106
|
||||||
|
menu:
|
||||||
|
influxdb_2_2:
|
||||||
|
name: Replicate data
|
||||||
|
parent: Write data
|
||||||
|
---
|
||||||
|
|
||||||
|
Running [InfluxDB OSS](/influxdb/v2.2/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 >}}
|
|
@ -6,8 +6,8 @@ description: >
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
influxdb_2_2:
|
influxdb_2_2:
|
||||||
name: Replicate data
|
name: How to replicate data
|
||||||
parent: Write data
|
parent: Replicate data
|
||||||
influxdb/v2.2/tags: [write, replication]
|
influxdb/v2.2/tags: [write, replication]
|
||||||
related:
|
related:
|
||||||
- /influxdb/v2.2/reference/cli/influx/remote
|
- /influxdb/v2.2/reference/cli/influx/remote
|
||||||
|
@ -19,9 +19,9 @@ Use InfluxDB replication streams (InfluxDB Edge Data Replication) to replicate t
|
||||||
## Configure a replication stream
|
## Configure a replication stream
|
||||||
|
|
||||||
1. [Download and install the `influx` CLI](/influxdb/v2.2/tools/influx-cli/).
|
1. [Download and install the `influx` CLI](/influxdb/v2.2/tools/influx-cli/).
|
||||||
2. In your {{% oss-only %}}local{{% /oss-only %}} InfluxDB OSS instance, use the
|
2. In your {{% oss-only %}}local{{% /oss-only %}} InfluxDB OSS instance, use the `influx remote create` command to create a remote connection to replicate data to.
|
||||||
`influx remote create` command to create a remote connection to replicate data to.
|
|
||||||
Provide the following:
|
Provide the following:
|
||||||
|
|
||||||
{{% oss-only %}}
|
{{% oss-only %}}
|
||||||
|
|
||||||
|
@ -48,10 +48,9 @@ Use InfluxDB replication streams (InfluxDB Edge Data Replication) to replicate t
|
||||||
--remote-org-id 00xoXXoxXX00
|
--remote-org-id 00xoXXoxXX00
|
||||||
```
|
```
|
||||||
|
|
||||||
If you already have remote InfluxDB connections configured, you can use an existing connection.
|
If you already have remote InfluxDB connections configured, you can use an existing connection. To view existing connections, run `influx remote list`.
|
||||||
To view existing connections, run `influx remote list`.
|
|
||||||
|
|
||||||
2. In your {{% oss-only %}}local{{% /oss-only %}} InfluxDB OSS instance, use the
|
3. In your {{% oss-only %}}local{{% /oss-only %}} InfluxDB OSS instance, use the
|
||||||
`influx replication create` command to create a replication stream.
|
`influx replication create` command to create a replication stream.
|
||||||
Provide the following:
|
Provide the following:
|
||||||
|
|
Loading…
Reference in New Issue