Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion suyashcjoshi/data-replicator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin replicates **any/all data** written to an InfluxDB 3 Core/Enterprise

## Software requirements

- **InfluxDB 3 Core**
- **InfluxDB 3 Core / Enterprise**
- **InfluxDB Cloud Account**: InfluxDB 3 account information where you want to replicate data e.g. Cloud Serverless URL, API Token with write access for the given bucket/database where data needs to be replicated.
Comment on lines +7 to 8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **InfluxDB 3 Core / Enterprise**
- **InfluxDB Cloud Account**: InfluxDB 3 account information where you want to replicate data e.g. Cloud Serverless URL, API Token with write access for the given bucket/database where data needs to be replicated.
- **InfluxDB 3 Core/Enterprise**: InfluxDB 3 Core/Enterprise instance with the processing engine enabled
- **InfluxDB Cloud Account**: Credentials for the InfluxDB 3 account where you want to replicate data--for example, your [InfluxDB Cloud Serverless](https://cloud2.influxdata.com/signup) URL and API Token with permissions to write replicated data to your bucket

- **Telegraf**: For collecting system metrics (optional). Anytime, however data gets written to InfluxDB 3 Core/Enterprise, this plugin will come into action.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Telegraf**: For collecting system metrics (optional). Anytime, however data gets written to InfluxDB 3 Core/Enterprise, this plugin will come into action.
- **Telegraf**: Optional. Recommended agent for collecting system metrics and writing data to your InfluxDB 3 Core/Enterprise instance.

- **Python**: 3.7+
Expand Down