updated dumpwal command to address PR feedback

pull/407/head
Scott Anderson 2019-08-23 16:32:02 -06:00
parent c90edd4a25
commit 083e6763a8
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ weight: 301
--- ---
The `influxd inspect dumpwal` command outputs data from Write Ahead Log (WAL) files. The `influxd inspect dumpwal` command outputs data from Write Ahead Log (WAL) files.
Given a list of file path globs (patterns which match `.wal` file paths), Given a list of file path globs (patterns that match `.wal` file paths),
the command parses and prints out entries in each file. the command parses and prints out entries in each file.
## Usage ## Usage
@ -19,7 +19,7 @@ influxd inspect dumpwal [flags] <globbing-patterns>
``` ```
## Output details ## Output details
The `--find-duplicates` flag determines the output of `influxd inspect dumpwal` command. The `--find-duplicates` flag determines the `influxd inspect dumpwal` output.
**Without `--find-duplicates`**, the command outputs the following for each file **Without `--find-duplicates`**, the command outputs the following for each file
that matches the specified [globbing patterns](#globbing-patterns): that matches the specified [globbing patterns](#globbing-patterns):
@ -33,7 +33,7 @@ that matches the specified [globbing patterns](#globbing-patterns):
that matches the specified [globbing patterns](#globbing-patterns): that matches the specified [globbing patterns](#globbing-patterns):
- The file name - The file name
- A list of keys in the file with out of order timestamps - A list of keys with timestamps in the wrong order in the file
## Arguments ## Arguments