influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
### Current behavior: I have a influxd db with two bucket. Both bucket have similar data. One for continius data and one for tests. When I query the test bucket...
I'm trying to invoke the CLI from Python to upload some csvs, however the process never returns. I tried the following and variations on it: ```Python p = subprocess.run(["influx write...
Flux modules are nearly API complete. We need to a way for users to publish and interact with modules on release day and the CLI is the best option. To...
`influx auth list` doesn't support the `token` query parameter for `GET /api/v2/authorizations`, finding an authorization by its `token` value. The `token=` query parameter only exists [in Cloud](https://github.com/influxdata/openapi/blob/master/contracts/ref/cloud.yml#L6805). Here's an [OSS...
The CLI communicates to influx over the HTTP API, which by default has a limit of 100 for all resources and offers pagination to get more results. This isn't properly...
**Server:** ec2 instance with Ubuntu 20.04 **Influxdb version:** 2.1.1 Upgraded to Influxdb OSS v2.1.1 from v2.09 Then I installed influx-cli with `wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.2.1-amd64.deb` `sudo dpkg -i influxdb2-client-2.2.1-amd64.deb` I have a...
If I write the following line protocol to influxdb: ``` m,tag=zl v="" ``` The data is accepted. I can then query it out again using: ``` from(bucket: "devel") |> range(...
__Steps to reproduce:__ Using nightly build of Windows CLI. 1. create config profile using influx to connect to local influxdb instance using all access token 2. attempt to execute any...
The help for the influx cli `task run list` subcommands lists two options `--before` and `--after` to filter task run logs. These flags do not filter the run log and...
I am a newbie, I try to start influxdb locally and then use influx to connect to the local influxdb to execute some simple commands, I successfully start influxdb, but...