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

[InfluxDB] Update influx_inspect documentation with dumptsi command #1162

Closed
rkuchan opened this issue Jun 9, 2017 · 0 comments
Closed

[InfluxDB] Update influx_inspect documentation with dumptsi command #1162

rkuchan opened this issue Jun 9, 2017 · 0 comments

Comments

@rkuchan
Copy link
Contributor

rkuchan commented Jun 9, 2017

Add content about the dumptsi command to the influx_inspect documentation, under the sample data section:

influx_inspect dumptsi [<flags>] <path>

Dumps low-level details about tsi1 files.
dumptsi returns summary stats for each file if the command does not specify any flags.

Flags

-series

Dump raw series data.

-measurements

Dump raw measurement data.

-tag-keys

Dump raw tag keys.

-tag-values

Dump raw tag values.

-tag-value-series

Dump raw series for each tag value.

-measurement-filter <regular_expression>

Filters data by measurement regular expression.

-tag-key-filter <regular_expression>

Filters data by tag key regular expression.

-tag-value-filter <regular_expresssion>

Filters data by tag value regular expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant