Hi Team ,
Being new to influxdb(v2.7.11) I need your assistance for following
- How to enter to Influxdb Cli to get some basic understanding of queries.
admin01@Ubuntu:~$ influxd - version
InfluxDB v2.7.11 (git: fbf5d4ab5e) build_date: 2024-12-02T17:48:15Z
admin01@Ubuntu:~$ influx v1
influx
NAME:
influx - Influx Client
USAGE:
influx [command]
COMMANDS:
version Print the influx CLI version
write Write points to InfluxDB
bucket Bucket management commands
completion Generates completion scripts
query Execute a Flux query
config Config management commands
org, organization Organization management commands
delete Delete points from InfluxDB
user User management commands
task Task management commands
telegrafs List Telegraf configuration(s). Subcommands manage Telegraf configurations.
dashboards List Dashboard(s).
export Export existing resources as a template
secret Secret management commands
v1 InfluxDB v1 management commands
auth, authorization Authorization management commands
apply Apply a template to manage resources
stacks List stack(s) and associated templates. Subcommands manage stacks.
template Summarize the provided template
bucket-schema Bucket schema management commands
ping Check the InfluxDB /health endpoint
setup Setup instance with initial user, org, bucket
backup Backup database
restore Restores a backup directory to InfluxDB
remote Remote connection management commands
replication Replication stream management commands
server-config Display server config
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
–help, -h show help
Secondly I am using multiple routers for cisco telemetery and I can see data on Infludb/grafana graphs. Now I want to use Dynamic variables to display multiple routers hostname . How I can do it , i have tried follwoing but it is now showing anything .
SHOW TAG VALUES WITH KEY = “host”
SHOW TAG VALUES WITH KEY = “hostname”
thanks for your feedback
Regards