influxdata / influxdata/docs-v2

Chronograf connections using .src file

Open
#1,829 0 comments 0 reactions 1 assignee Claimed by @noramullen1 View on GitHub
Chronograf 1.x product:chronograf
Dominant language
JavaScript
Stars
82
Forks
326
Avg merge
1d 1h
Merged PRs (30d)
82

Description

Community issue to address: https://community.influxdata.com/t/chronograf-not-loading-influxdb-connections-using-src-file/9274/2

- [ ] Update [this page](https://docs.influxdata.com/chronograf/v1.8/administration/creating-connections/#manage-kapacitor-connections-using-kap-files) to explicitly state when launching Chronograf with Docker, you must set the "resource path" in the docker-compose.yml. For example:
```# docker-compose.yml
version: '3.2'
services:
chronograf:
image: chronograf
environment:
RESOURCES_PATH: "/usr/share/chronograf/resources"
```
- [ ] Verify the following details with the engineering:
- Should the resource path "default" value be the same as the "canned path"? If not, remove this statement from the docs.
- If the resource path default value isn't the same as the canned path, where should the "resource path" be defined for folks not using Docker? Or is there a default other than the canned path?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.