Skip to content

Commit 0ac59c6

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 3cc92a0 commit 0ac59c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/head.md

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

3-
The _Head_ input plugin reads events from the head of a file. It's behavior is similar to the `head` command.
3+
The _Head_ input plugin reads events from the head of a file. Its behavior is similar to the `head` command.
44

55
## Configuration parameters
66

@@ -11,8 +11,8 @@ The plugin supports the following configuration parameters:
1111
| `File` | Absolute path to the target file. For example: `/proc/uptime`. |
1212
| `Buf_Size` | Buffer size to read the file. |
1313
| `Interval_Sec` | Polling interval (seconds). |
14-
| `Interval_NSec` | Polling interval (nanosecond). |
15-
| `Add_Path` | If enabled, the path is appended to each records. Default value is `false`. |
14+
| `Interval_NSec` | Polling interval (nanoseconds). |
15+
| `Add_Path` | If enabled, the path is appended to each records. Default: `false`. |
1616
| `Key` | Rename a key. Default: `head`. |
1717
| `Lines` | Line number to read. If the number N is set, `in_head` reads first N lines like `head(1) -n`. |
1818
| `Split_line` | If enabled, `in_head` generates key-value pair per line. |

0 commit comments

Comments
 (0)