Skip to content

Commit 36cce9c

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 63837ea commit 36cce9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/outputs/file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File
22

3-
The _File_ output plugin lets you write the data received through the `input` plugin to file.
3+
The _File_ output plugin lets you write the data received through the input plugin to file.
44

55
## Configuration parameters
66

@@ -36,7 +36,7 @@ Output the records as JSON (without additional `tag` and `timestamp` attributes)
3636

3737
### CSV
3838

39-
Output the records as `csv`. CSV supports an additional configuration parameter.
39+
Output the records in CSV format. CSV mode supports an additional configuration parameter.
4040

4141
| Key | Description |
4242
| :--- | :--- |
@@ -48,7 +48,7 @@ time[delimiter]"value1"[delimiter]"value2"[delimiter]"value3"
4848

4949
### LTSV
5050

51-
Output the records as LTSV. LTSV supports an additional configuration parameter.
51+
Output the records in LTSV format. LTSV mode supports an additional configuration parameter.
5252

5353
| Key | Description |
5454
| :--- | :--- |

0 commit comments

Comments
 (0)