We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
influx query
influxdata/influxdb#19433 added functionality to export raw data from influx query
New Flags boolean -r, --raw New Functionality
-r
--raw
$ ./influx query -f /tmp/thing.flux -r #datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,string,string,string,double,dateTime:RFC3339 #group,false,false,true,true,true,true,true,false,false #default,mean,,,,,,,, ,result,table,_start,_stop,_field,_measurement,version,_value,_time ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:12:00Z ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:13:00Z ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:14:00Z ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:15:00Z ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:16:00Z ,,0,2020-08-25T19:11:41.138618117Z,2020-08-25T19:16:41.138618117Z,gauge,go_info,go1.13.10,1,2020-08-25T19:16:41.138618117Z
The text was updated successfully, but these errors were encountered:
added -r option to influx query command, resolves #1363
dfebc55
sanderson
No branches or pull requests
influxdata/influxdb#19433 added functionality to export raw data from
influx query
New Flags boolean
-r
,--raw
New Functionality
The text was updated successfully, but these errors were encountered: