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

UDP no longer available as of Influx 2.x #5

Open
chaseadam opened this issue May 19, 2022 · 0 comments
Open

UDP no longer available as of Influx 2.x #5

chaseadam opened this issue May 19, 2022 · 0 comments

Comments

@chaseadam
Copy link

chaseadam commented May 19, 2022

For those curious how to communicate to Influx 2.x, this UDP method now requires telegraf. Otherwise, I suggest using an HTTP based "polling" (configured on InfluxDB side) or push. It seems that polling via "scraper" may be the most configuration friendly option if you can get a stable hostname or network address.

InfluxDB 2.2 doesn’t directly support the alternate write protocols
[supported in InfluxDB 1.x](https://docs.influxdata.com/influxdb/v1.8/supported_protocols/) (CollectD, Graphite, OpenTSDB, Prometheus, UDP).
Use [Telegraf](https://docs.influxdata.com/telegraf/v1.22/) to translate these protocols to line protocol.

https://docs.influxdata.com/influxdb/v2.2/upgrade/v1-to-v2/automatic-upgrade/#supported-protocols

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

1 participant