influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
Hi, Is it not possible to create a token via the cli client that only gives read access to a specific telegraf configuration? If I use the command influx auth...
Is the download link for InfluxDB CLI Windows version 2.7.1, https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1_windows_amd64.zip, correct? After downloading from this link, the result is not an executable program for Windows, but a binary file....
**Problem/context:** During migrating from other sources and testing I write, delete, and modify larger amounts of data (~1Gb line protocol). It is a bit discomforting not to see any progress...
## Issue We cannot force the client to reset the influxdb config using this command ``` influx setup -f Error: instance has already been set up ``` This is really...
When listing tokens with the `auth list` subcommand, the `--user ` option is ignored and all API tokens are shown. ``` $ influxdb@0ca4c50d8554:/$ influx auth list --user 'ab2caf54-3448-48f1-976e-6e43a47b7f0b' --token 'T8gsHR0CE2WDEvZNPUBFhdyRZcpsvLcH'...
With the release of the InfluxDB V3 go client library, we can look to add SQL query and InfluxQL query for 3.0 users
The Example given in influxdb for csv import via CLI is as following, but executing the same commands with a different seperator produces errors.  > By the way: There...
TLDR; save history to `$HOME/.local/state/influx/history` if `$XDG_STATE_HOME` is not defined otherwise to `$XDG_STATE_HOME/influx/history` instead of `$HOME/influx_history`. From [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html): > The XDG Base Directory Specification is based on...
I tried to create an read only API key as described [here in the docs](https://docs.influxdata.com/influxdb/v2.6/reference/cli/influx/auth/create/#create-a-read-only-api-token) I am getting the attached output. I am guessing that either the docs or the...
Context: I'm following https://docs.influxdata.com/influxdb/cloud/tools/grafana/?t=InfluxQL in order to be able to query InfluxDB from Grafana using InfluxQL instead of Flux. My InfluxDB is an [InfluxDB Cloud Free Plan](https://www.influxdata.com/influxdb-cloud-pricing/) ### Steps to...