Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB input #1485

Closed
joshuaspence opened this issue Jul 12, 2016 · 1 comment
Closed

InfluxDB input #1485

joshuaspence opened this issue Jul 12, 2016 · 1 comment

Comments

@joshuaspence
Copy link

Currently Telegraf has an influxdb input which works by querying a HTTP endpoint. I am looking for an alternative InfluxDB input that is more similar to the statsd input. The statsd input essentially sets up a TCP listener that other application can send StatsD-formatted data to. Is there an equivalent for InfluxDB?

@sparrc
Copy link
Contributor

sparrc commented Jul 12, 2016

there isn't an http influxdb service plugin, but you could use the tcp_listener, udp_listener, etc. plugins, which can parse the influx line-protocol data format.

There is also #1407 which would add an http input plugin.

@sparrc sparrc closed this as completed Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants