Skip to content

docs: clarify that path must be a directory#142

Merged
kenhys merged 1 commit into
fluent-plugins-nursery:masterfrom
Watson1978:docs
Jun 15, 2026
Merged

docs: clarify that path must be a directory#142
kenhys merged 1 commit into
fluent-plugins-nursery:masterfrom
Watson1978:docs

Conversation

@Watson1978

Copy link
Copy Markdown
Contributor

The path parameter is passed to the systemd-journal gem's :path option, which opens journal files in a directory only.
A glob or individual file (e.g. /var/log/journal/*.journal) does not work and fails silently with no logs read.

Fix #107

The `path` parameter is passed to the systemd-journal gem's `:path` option,
which opens journal files in a directory only.
A glob or individual file (e.g. `/var/log/journal/*.journal`) does not work and fails silently with
no logs read.

Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
@Watson1978 Watson1978 requested a review from kenhys June 15, 2026 06:41
@kenhys kenhys merged commit f08031f into fluent-plugins-nursery:master Jun 15, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to read and output journal files from default path var/log/journal

2 participants