influx-cli icon indicating copy to clipboard operation
influx-cli copied to clipboard

CLI for managing resources in InfluxDB v2

Results 107 influx-cli issues
Sort by recently updated
recently updated
newest added

This closes https://github.com/influxdata/influx-cli/issues/452. This supersedes #511.

Fix for https://github.com/influxdata/influx-cli/issues/502

**Reason**: If the influxdb server runs behind a reverse proxy with url e.g. "https://anyhost/influxdb" the influx-cli could not access the url because the host base path of the api url...

I'm opening a feature request for feature that was already done on 1.8: https://github.com/influxdata/influxdb/issues/10294 It was done by @bthesorceror on https://github.com/influxdata/influxdb/pull/16599. The idea is to allow specifying a sub-path on...

enhancement

**Summary:** Please add a way to configure custom defaults for the influx v1 shell. I run the latest version of influx CLI on a Debian 11 machine (package: influxdb2-cli 2.7.3-1)....

**Summary:** Rapid key-repeat (holding down right or left arrow key) to move the cursor in the command line introduce garbage characters. **Info + how to reproduce:** I run the latest...

**Summary:** The helping function that show you suggestions as you type lack vital suggestions for SHOW TAG. **Info + how to reproduce:** I run the latest version of influx CLI...

**Summary:** Values larger than 999 999 should not be presented as "1.228442e+06" but "1228442.0000000000". **Info + how to reproduce:** I run the latest version of influx CLI on a Debian...

As described in #524 it was impossible to create a bucket with a shard group duration and an infinite retention policy of 0. This should fix this behaviour. Also added...

__Steps to reproduce:__ List the minimal actions needed to reproduce the behaviour. 1. create influxdb:latest container 2. try creating a bucket with `influx bucket create --name "test" --shard-group-duration 10000w -r...