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
Related PR: influxdata/influxdb#19611
Affected docs: https://docs.influxdata.com/influxdb/v1.8/tools/influx_inspect/#syntax https://docs.influxdata.com/influxdb/v1.8/tools/influx_inspect/
influx_inspect adds the -lponly flag to the export sub-command. Replaces the -nodml command.
$ influx_inspect export -lponly
Only outputs the line protocol values in your databases. Does not include comments or data definition language (DDL), like CREATE DATABASE.
The text was updated successfully, but these errors were encountered:
Document -lponly flag
62e5685
Remove --nodml flag Closes #1525
influx-inspect: Document -lponly flag
6757d80
pierwill
No branches or pull requests
Related PR:
influxdata/influxdb#19611
Affected docs:
https://docs.influxdata.com/influxdb/v1.8/tools/influx_inspect/#syntax
https://docs.influxdata.com/influxdb/v1.8/tools/influx_inspect/
influx_inspect adds the -lponly flag to the export sub-command.
Replaces the -nodml command.
$ influx_inspect export -lponly
Only outputs the line protocol values in your databases. Does not include comments or data definition language (DDL), like CREATE DATABASE.
The text was updated successfully, but these errors were encountered: