Add --error-file example

pull/1520/head
pierwill 2020-09-22 15:15:20 -07:00
parent aa427c228f
commit 2d9de734f0
1 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,12 @@ Skipped rows are ignored and are not written to InfluxDB.
{{% /warn %}}
Use the `--error-file` flag to record errors to a file.
The error file identifies all rows that cannot be imported and includes error messages for debugging.
For example:
```error : line 3: column 'a': '1.1' cannot fit into long data type
cpu,1.1
```
## Advanced examples