Skip to content
New issue

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

Document how to view raw data from influx query in CLI #1363

Closed
glinton opened this issue Aug 26, 2020 · 0 comments
Closed

Document how to view raw data from influx query in CLI #1363

glinton opened this issue Aug 26, 2020 · 0 comments
Assignees

Comments

@glinton
Copy link
Contributor

glinton commented Aug 26, 2020

influxdata/influxdb#19433 added functionality to export raw data from influx query

New Flags boolean -r, --raw
New Functionality

$ ./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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants