File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Head
2
2
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.
4
4
5
5
## Configuration parameters
6
6
@@ -11,8 +11,8 @@ The plugin supports the following configuration parameters:
11
11
| ` File ` | Absolute path to the target file. For example: ` /proc/uptime ` . |
12
12
| ` Buf_Size ` | Buffer size to read the file. |
13
13
| ` 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 ` . |
16
16
| ` Key ` | Rename a key. Default: ` head ` . |
17
17
| ` Lines ` | Line number to read. If the number N is set, ` in_head ` reads first N lines like ` head(1) -n ` . |
18
18
| ` Split_line ` | If enabled, ` in_head ` generates key-value pair per line. |
You can’t perform that action at this time.
0 commit comments