Skip to content

Connect to InfluxDB via a Unix Domain Socket #3366

Closed
@binary0111

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:

  1. Improved security
  2. Reduce TCP overhead for hosts running the TICK stack on the same box and have limited resources

Metadata

Assignees

Labels

area/influxdbfeature requestRequests for new plugin and for new features to existing plugins

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions