Skip to content

Commit 9d40ffd

Browse files
committed
Remove extra whitespace
Signed-off-by: Niko Wenselowski <niko.wenselowski@checkmk.com>
1 parent a6b3b2d commit 9d40ffd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

input/tail.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Refer to the [Logging](../deployment/logging.md) for more details.
429429

430430
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.
431431

432-
Example:
432+
Example:
433433

434434
```text
435435
# group rules -- 1
@@ -462,9 +462,9 @@ Example:
462462
| :--- | :--- | :--- |
463463
| regexp | `/^\/var\/log\/containers\/(?<podname>[a-z0-9]([-a-z0-9]*[a-z0-9])?(\/[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?<namespace>[^_]+)_(?<container>.+)-(?<docker_id>[a-z0-9]{64})\.log$/`| 1.15 |
464464

465-
Specifies the regular expression for extracting metadata (namespace, podname) from log file path. Default value of the pattern regexp extracts information about `namespace`, `podname`, `docker_id`, `container` of the log (K8s specific).
465+
Specifies the regular expression for extracting metadata (namespace, podname) from log file path. Default value of the pattern regexp extracts information about `namespace`, `podname`, `docker_id`, `container` of the log (K8s specific).
466466

467-
You can also add custom named captures in `pattern` for custom grouping of log files. For example,
467+
You can also add custom named captures in `pattern` for custom grouping of log files. For example,
468468
```text
469469
pattern /^\/home\/logs\/(?<file>.+)\.log$/
470470
```
@@ -565,15 +565,15 @@ path C:\\path\\to\\*\\foo.log
565565

566566
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
567567

568-
### What happens when a file can be assigned to more than one group?
568+
### What happens when a file can be assigned to more than one group?
569569

570570
Example,
571571

572572
```text
573573
<rule> ## Rule1
574574
match {
575575
namespace: /monitoring/
576-
}
576+
}
577577
limit 100
578578
</rule>
579579

0 commit comments

Comments
 (0)