influxdata-docker icon indicating copy to clipboard operation
influxdata-docker copied to clipboard

Official docker images for the influxdata stack

Results 124 influxdata-docker issues
Sort by recently updated
recently updated
newest added

When execute "docker run -p 8086:8086 --name influxdb2 -v ${NFS_INFLUX_DIR}:/var/lib/influxdb2 influxdb:2.1.1", it always fails with error msg "chown: changing ownership of '/var/lib/influxdb2': Operation not permitted". ${NFS_INFLUX_DIR} is a mount point...

influxdb

I deployed this container on docker, and it has created correctly the admin user: ``` docker run --name influxdb -t \ -e INFLUXDB_HTTP_AUTH_ENABLED="true" \ -e INFLUXDB_DB="mydatabase" \ -e INFLUXDB_USER="user" \...

This PR improves the similarity between the logging generated by entrypoint.sh and the ones generated by InfluxDB. **Before:** ``` { "bolt-path": "/var/lib/influxdb2/influxd.bolt", "engine-path": "/var/lib/influxdb2/engine", "nats-port": 4222, "http-bind-address": ":9999" } 2024-04-10T20:40:03.765223531Z...

@bnpfeife nats-port server configuration has been deprecated since 2.2 and its usage in default-config.yml is being warned for both deprecation and unusage. **Warn snippet:** `lvl=warn msg="nats-port argument is deprecated and...

In a docker compose setup with the following configuration for the influx service I get a weird error on some (**not on all!** host machines): ``` db: image: influxdb:latest ports:...

A [user reported ](https://community.influxdata.com/t/influxd-config-path-is-completely-broken/33926/2) the problem below in Community and I can consistently reproduce it. ```sh /home/runner/work/dasel/dasel/cmd/dasel/main.go:10 +0x24 Error: cannot use property selector on non map/struct types: invalid: property not...

**Problem:** InfluxDB keeps hitting default port (8086) even after setting INFLUXD_HTTP_BIND_ADDRESS to another port. ``` root@0c55ee10f9a1:/# influx config Active Name URL Org * default http://localhost:8091 sampleorg root@0c55ee10f9a1:/# influx auth inactive...

Referencing #724 and #543 I was still having problems with a specific line in the [entrypoint script](https://github.com/influxdata/influxdata-docker/blob/0f0bdbbb22b44e9a5953b0f733d6992ade4d7c55/telegraf/1.30/entrypoint.sh#L21) The line currently reads: `extra_groups="$(id -Gn || true)"` This script doesn't honor UID;...

telegraf

Do you have any idea of why InfluxDB is not able to load data correctly from an Azure Blob storage? I deployed InfluxDB on an AKS Cluster with Azure Blob...

I'm getting "ERR: authorization failed" when executing USE command from CLI admin user ``` influx -host influx.example.com -username admin -password admin Connected to http://influx.example.com:8086 version 1.5.4 InfluxDB shell version: v1.7.2...

question
influxdb