-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
area/influxdbfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins
Milestone
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/influxdbfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins