Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Add quotes #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/v1.0/in_tail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down