We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd6ef6 commit 9be847dCopy full SHA for 9be847d
plugins/input/tail.md
@@ -52,6 +52,14 @@ restart. This position is recorded in the position file specified by the
52
53
See [Common Parameters](/configuration/plugin-common-parameters.md).
54
55
+## Linux Capability
56
+
57
+Currently, `in_tail` handles the following Linux cababilities if Fluentd's Linux capability handling module is enabled:
58
59
+* `CAP_DAC_READ_SEARCH` (`:dac_read_search` on `in_tail` code.)
60
+* `CAP_DAC_OVERRIDE` (`:dac_override` on `in_tail` code.)
61
62
+See also: [Linux capability](configuration/linux-capability.md)
63
64
### `@type` (required)
65
0 commit comments