InfluxCLI

InfluxCLI

  • You can support future updates of this package Click to Donate
  • Version 2.3.0.0
  • Download 14
  • File Size 15.91 MB
  • File Count 3
  • Create Date November 14, 2022
  • Last Updated November 14, 2022
  • Installation Support and Update requests /forums/topic/InfluxCLI
File
InfluxCLI TOS5 2.3.0.0 x86_64.tpk
InfluxCLI TOS4 2.3.0.0 x86_64.tpk
InfluxCLI TOS4 2.3.0.0 aarch64.tpk

CLI to interact with and manage your InfluxDB instance

Homepage https://docs.influxdata.com/influxdb/v2 ... i/?t=Linux

Applicable models: x.64 series, ARMv8 series
Applicable TOS4: 4.1.27 or later versions
Applicable TOS5: 5.0.170 or later versions

About:

Provide required authentication credentials
To avoid having to pass your InfluxDB host, API token, and organization with each command, store them in an influx CLI configuration (config). influx commands that require these credentials automatically retrieve these credentials from the active config.

Use the influx config create command to create an influx CLI config and set it as active:

influx config create --config-name <config-name> 
  --host-url http://localhost:8086 
  --org <your-org> 
  --token <your-auth-token> 
  --active
  

InfluxDB
Unpoller