You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to be able to supply queries on the command line, for saved one liners that will execute an influxdb query and then exit. Does this make sense? Eg something like:
influxdb-cli db --host influxdb.example \
--pretty --database test --time-precision u \
'select count(path) from /.*collectd.*/ where time > now() - 1h group by time(5m);'
Perhaps it would need a flag eg --query 'select ...'
The text was updated successfully, but these errors were encountered:
It'd be nice to be able to supply queries on the command line, for saved one liners that will execute an influxdb query and then exit. Does this make sense? Eg something like:
Perhaps it would need a flag eg
--query 'select ...'
The text was updated successfully, but these errors were encountered: