Write data with no-code third-party technologies
This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.
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).
Many third-party integrations are community contributions. If there’s an integration missing from the list below, please open a docs issue to let us know.
(Write metrics and log events only) Vector 0.9 or later
Configure Vector
- View the Vector documentation:
- For write metrics, InfluxDB Metrics Sink
- For log events, InfluxDB Logs Sink
- Under Configuration, click v2 to view configuration settings.
- Scroll down to How It Works for more detail:
Configure Apache NiFi
See the InfluxDB Processors for Apache NiFi Readme for details.
Configure OpenHAB
See the InfluxDB Persistence Readme for details.
Configure Apache JMeter
To configure Apache JMeter, complete the following steps in InfluxDB and JMeter.
In InfluxDB
- Find the name of your organization (needed to create a bucket and token).
- Create a bucket using the influx CLI and name it
jmeter
. - Create a token.
In JMeter
- Create a Backend Listener using the InfluxDBBackendListenerClient implementation.
In the Backend Listener implementation field, enter:
org.apache.jmeter.visualizers.backend.influxdb.influxdbBackendListenerClient
Under Parameters, specify the following:
influxdbMetricsSender:
org.apache.jmeter.visualizers.backend.influxdb.HttpMetricsSender
influxdbUrl: (include the bucket and org you created in InfluxDB)
http://localhost:8086/api/v2/write?org=my-org&bucket=jmeter
application:
InfluxDB2
- influxdbToken: your InfluxDB API token
- Include additional parameters as needed.
- Click Add to add the InfluxDBBackendListenerClient implementation.
Configure Apache Pulsar
See InfluxDB sink connector for details.
Configure FluentD
See the influxdb-plugin-fluent Readme for details.