Add Vector update

pull/1325/head
noramullen1 2020-08-14 15:23:25 -07:00
parent ec9bacc6cf
commit 60fd6391e3
1 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@ A number of third-party technologies can be configured to send line protocol dir
If you're using any of the following technologies, check out the handy links below to configure these technologies to write data to InfluxDB (**no additional software to download or install**):
- (Write metrics only) [Vector 0.9 or later](#configure-vector)
- (Write metrics and log events only) [Vector 0.9 or later](#configure-vector)
- [Apache NiFi 1.8 or later](#configure-apache-nifi)
@ -30,9 +30,13 @@ If you're using any of the following technologies, check out the handy links bel
#### Configure Vector
1. On the Vector.dev docs site, see the [InfluxDB Metrics Sink](https://vector.dev/docs/reference/sinks/influxdb_metrics/) page.
1. View the **Vector documentation**:
- For write metrics, [InfluxDB Metrics Sink](https://vector.dev/docs/reference/sinks/influxdb_metrics/)
- For log events, [InfluxDB Logs Sink](https://vector.dev/docs/reference/sinks/influxdb_logs/)
2. Under **Configuration**, click **v2** to view configuration settings.
3. Scroll down to [How It Works](https://vector.dev/docs/reference/sinks/influxdb_metrics/#how-it-works) for more detail.
3. Scroll down to **How It Works** for more detail:
- [InfluxDB Metrics Sink How It Works ](https://vector.dev/docs/reference/sinks/influxdb_metrics/#how-it-works)
- [InfluxDB Logs Sink How It Works](https://vector.dev/docs/reference/sinks/influxdb_logs/#how-it-works)
#### Configure Apache NiFi