I am a newbie in InfluxDB.
I have installed InfluxDB and Chronograf in C:/InfluxDB/
and created this structure:
C:/InfluxDB/influx-data
C:/InfluxDB/influxdb
C:/InfluxDB/chronograf-1.8.4-1
I execute influxd.exe. Everything OK I execute chronograf. Everything OK
Nevertheless, when I am running a Jupyter notebook on port 8888
...and try to execute chronograf it crashes because it uses the same port.
I would like to change chronograf to another port for example in 8083
.
I have tried to run this command in the cmd: chronograf -p=8083
but it returns to me this:
time="2020-05-28T12:02:41+02:00" level=error msg="Invalid basepath, must follow format \"/mybasepath\"" basepath=invalid component=server
I have read the documentation of Chronograf and found this:
- --basepath= | -p The URL path prefix under which all chronograf routes will be mounted. Environment variable: $BASE_PATH
But I still don't understand which URL is referring to, nor how to set BASE_PATH...
I would appreciate a concrete example with a "real" url and not /your_base_path which doesn't help me to understand.
Thank you in advance