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
lwandzura 2022-06-16 14:30:46 -05:00 committed by GitHub
parent 1e1cc79eff
commit 128f0409fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 13 deletions

View File

@ -46,8 +46,10 @@ ol {
& > ol li ol li ol li:before { content: counter(item, lower-latin) ". "; }
& > ol li ol li ol li ol li:before { content: counter(item) ". "; }
& > ul {
ul {
counter-reset: item;
& > ol {counter-reset: item;}
}
}
}

View File

@ -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 >}}

View File

@ -1,13 +1,13 @@
---
title: Replicate data from InfluxDB OSS to InfluxDB Cloud
weight: 106
weight: 201
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:
influxdb_cloud:
name: Replicate data
parent: Write data
name: How to replicate data
parent: Replicate data
influxdb/cloud/tags: [write, replication]
related:
- /influxdb/cloud/reference/cli/influx/remote

View File

@ -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 >}}

View File

@ -6,8 +6,8 @@ description: >
menu:
influxdb_2_2:
name: Replicate data
parent: Write data
name: How to replicate data
parent: Replicate data
influxdb/v2.2/tags: [write, replication]
related:
- /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
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
`influx remote create` command to create a remote connection to replicate data to.
Provide the following:
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.
Provide the following:
{{% oss-only %}}
@ -48,10 +48,9 @@ Use InfluxDB replication streams (InfluxDB Edge Data Replication) to replicate t
--remote-org-id 00xoXXoxXX00
```
If you already have remote InfluxDB connections configured, you can use an existing connection.
To view existing connections, run `influx remote list`.
If you already have remote InfluxDB connections configured, you can use an existing connection. 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.
Provide the following: