Kapacitor: Connect to InfluxDB via a Unix Domain Socket

Created on 20 Oct 2017  路  1Comment  路  Source: influxdata/kapacitor

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. InfluxDB also supports HTTP over UDS.

See : https://github.com/influxdata/influxdb/pull/7135
https://github.com/influxdata/telegraf/issues/3366

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

Most helpful comment

would also like to connect to kapacitor using a domain socket.

>All comments

would also like to connect to kapacitor using a domain socket.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seletskiy picture seletskiy  路  3Comments

R4scal picture R4scal  路  4Comments

cheribral picture cheribral  路  8Comments

davidhiendl picture davidhiendl  路  6Comments

ASKozienko picture ASKozienko  路  7Comments