Merge pull request #9884 from influxdata/bj-dumptsi-series-file-help

Add -series-file flag to dumptsi command help.
pull/10382/head
Ben Johnson 2018-10-17 08:52:50 -06:00 committed by GitHub
commit 76df4371ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -491,12 +491,17 @@ Usage: influx_inspect dumptsi [flags] path...
Dump raw series for each tag value
-measurement-filter REGEXP
Filters data by measurement regular expression
-series-file PATH
Path to the "_series" directory under the database data directory.
Required.
-tag-key-filter REGEXP
Filters data by tag key regular expression
-tag-value-filter REGEXP
Filters data by tag value regular expression
If no flags are specified then summary stats are provided for each file.
One or more paths are required. Path must specify either a TSI index directory
or it should specify one or more .tsi/.tsl files. If no flags are specified
then summary stats are provided for each file.
`
fmt.Fprintf(cmd.Stdout, usage)