influxdata / influxdata/kapacitor

Add influxdb subscription path to allow for Kapacitor to run behind a reverse proxy

Open
#2,240 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

In the kapacitor. Conf file, the configuration urls for InfluxDB do not support path parameters, which may be unavailable if InfluxDB is reversely represented

eg:
```
[[influxdb]]
enabled = true
default = true
name = "current"
urls = ["http://127.0.0.1:8080/influxdb"]
```

Contributor guide

Open the contributing guide

Research direction

Start by tracing how the kapacitor.conf InfluxDB urls setting is parsed and used for requests. Add coverage for an InfluxDB URL containing the /influxdb path, and consider the issue done when that configuration works for Kapacitor behind a reverse proxy without breaking existing URLs.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.