Write data with no-code third-party technologies
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)
Configure Vector
- View the Vector documentation:
- For write metrics, InfluxDB Metrics Sink
- For log events,
- Under Configuration, click v2 to view configuration settings.
- Scroll down to How It Works for more detail:
Configure Apache NiFi
See the for details.
Configure OpenHAB
See the for details.
Configure Apache JMeter
To configure Apache JMeter, complete the following steps in InfluxDB and JMeter.
In InfluxDB
- Create a bucket using the influx CLI and name it .
- .
In JMeter
- Create a using the InfluxDBBackendListenerClient implementation.
Under Parameters, specify the following:
influxdbMetricsSender:
influxdbUrl: (include the bucket and org you created in InfluxDB)
application:
InfluxDB2
- influxdbToken: your InfluxDB API token
- Include additional parameters as needed.
Configure Apache Pulsar
See for details.