From 0f0b1bf75931584f85383ea49778cf0149beba1b Mon Sep 17 00:00:00 2001 From: Harry Suryapambagya Date: Tue, 13 Nov 2018 02:29:55 +0700 Subject: [PATCH] Add quotes Just adding some quotes, for better reading experience. --- docs/v1.0/in_tail.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.0/in_tail.txt b/docs/v1.0/in_tail.txt index 4b75fbeb..ce99fd4c 100644 --- a/docs/v1.0/in_tail.txt +++ b/docs/v1.0/in_tail.txt @@ -47,7 +47,7 @@ The value must be `tail`. The tag of the event. -`*` can be used as a placeholder that expands to the actual file path, replacing '/' with '.'. For example, if you have the following configuration +`*` can be used as a placeholder that expands to the actual file path, replacing `/` with `.`. For example, if you have the following configuration :::text path /path/to/file @@ -61,7 +61,7 @@ in_tail emits the parsed events with the 'foo.path.to.file' tag. |:-------:|:-------:|:-------:| | string | required parameter | 0.14.0 | -The paths to read. Multiple paths can be specified, separated by ‘,’. +The paths to read. Multiple paths can be specified, separated by `,`. `*` and strftime format can be included to add/remove watch file dynamically. At interval of `refresh_interval`, Fluentd refreshes the list of watch file.