Skip to content

Commit c0a9c1e

Browse files
committed
in_tail: Remove <group> section in example config
In addition, remove `higly recommended` label for it. The priority of this option depends on usage and purpose of users. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 3ee0c71 commit c0a9c1e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

input/tail.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ It is included in Fluentd's core.
1717
<parse>
1818
@type apache2
1919
</parse>
20-
<group>
21-
rate_period 30s
22-
<rule>
23-
match {
24-
namespace: /space1|space2|space2/,
25-
podname: /app.*/,
26-
}
27-
limit 200
28-
</rule>
29-
</group>
3020
</source>
3121
```
3222

@@ -413,7 +403,7 @@ The `@log_level` option allows the user to set different levels of logging for e
413403
Refer to the [Logging](../deployment/logging.md) for more details.
414404

415405

416-
### `<group>` Section \(highly recommended\)
406+
### `<group>` Section
417407

418408
The `in_tail` plugin can assign each log file to a group, based on user defined rules. The `limit` parameter controls the total number of lines collected for a group within a `rate_period` time interval.
419409

@@ -574,4 +564,4 @@ Example,
574564
</rule>
575565
```
576566

577-
In this case, rules with more constraints, i.e., greater number of `match` hash keys will be given a higher priority. So a file will be assigned to `Rule2` if it can be assigned to both `Rule1` and `Rule2`.
567+
In this case, rules with more constraints, i.e., greater number of `match` hash keys will be given a higher priority. So a file will be assigned to `Rule2` if it can be assigned to both `Rule1` and `Rule2`.

0 commit comments

Comments
 (0)