From bc7855bfc499244a43503ed253b99cd3873dc6ba Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:34:48 -0700 Subject: [PATCH] Addresses #1063 (#3001) --- .../v2.0/write-data/no-code/third-party.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/influxdb/v2.0/write-data/no-code/third-party.md b/content/influxdb/v2.0/write-data/no-code/third-party.md index b212df327..216ca8666 100644 --- a/content/influxdb/v2.0/write-data/no-code/third-party.md +++ b/content/influxdb/v2.0/write-data/no-code/third-party.md @@ -12,7 +12,12 @@ menu: A number of third-party technologies can be configured to send line protocol directly to InfluxDB. -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**): + +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**). + +{{% note %}} +Many third-party integrations are community contributions. If there's an integration missing from the list below, please [open a docs issue](https://github.com/influxdata/docs-v2/issues/new/choose) to let us know. +{{% /note %}} - (Write metrics and log events only) [Vector 0.9 or later](#configure-vector) @@ -22,8 +27,11 @@ If you're using any of the following technologies, check out the handy links bel - [Apache JMeter 5.2 or later](#configure-apache-jmeter) +- [Apache Pulsar](#configure-apache-pulsar) + - [FluentD 1.x or later](#configure-fluentd) + #### Configure Vector 1. View the **Vector documentation**: @@ -75,6 +83,10 @@ To configure Apache JMeter, complete the following steps in InfluxDB and JMeter. - Include additional parameters as needed. 4. Click **Add** to add the _**InfluxDBBackendListenerClient**_ implementation. +#### Configure Apache Pulsar + +See _[InfluxDB sink connector](https://pulsar.apache.org/docs/en/io-influxdb-sink/)_ for details. + #### Configure FluentD See the _[influxdb-plugin-fluent Readme](https://github.com/influxdata/influxdb-plugin-fluent)_ for details.