Write data with no-code third-party technologies
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):
- (Write metrics and log events only) Configure Vector 0.9 or later
- Configure Apache NiFi 1.8 or later
- Configure OpenHAB 3.0 or later
- Configure Apache JMeter 5.2 or later
- Configure FluentD 1.x 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)
https://cloud2.influxdata.com/api/v2/write?org=my-org&bucket=jmeter
- application:
InfluxDB2
- influxdbToken: your InfluxDB API token
- Include additional parameters as needed.
- influxdbMetricsSender:
- Click Add to add the InfluxDBBackendListenerClient implementation.
Configure FluentD
See the influxdb-plugin-fluent Readme for details.
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.