Closed
Description
Feature Request
Proposal:
Add support for connecting to InfluxDB over a unix domain socket
Current behavior:
We can connect to InfluxDB via UDP or HTTP(S) over TCP but not UDS. While Telegraf has support for a generic socket writer which supports UDS, InfluxDB's UDS socket listener expects HTTP.
See : influxdata/influxdb#7135
influxdata/kapacitor#1628
Desired behavior:
Be able to talk to InfluxDB on the same host via UDS.
Use case:
- Improved security
- Reduce TCP overhead for hosts running the TICK stack on the same box and have limited resources