mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 09:35:53 +03:00
[GH-ISSUE #162] Support for file pattern matching in ? #134
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lubos-bistak on GitHub (Sep 1, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/162
Hello,
is there any support in
harverster.conffor matching multiple files by some pattern like/var/log/some-app/some-app*.log?Lubos
@zoell commented on GitHub (Jan 14, 2016):
+1
@federicot commented on GitHub (Feb 8, 2016):
As a workaround you can do something like this in your harvester.conf:
@colin-han commented on GitHub (Dec 2, 2016):
@federicot your solution is a workaround, but it is a static file list. I want log.io can watch new files (which are created after harvester started) match the pattern.
@Denusdv commented on GitHub (Jan 12, 2020):
I saw this question is pretty old, although there is not clear answer if such such capability is supported.
I have the same scenario, the logs files are created dynamically for different processes with different prefix. I would like to watch them after the harvester started. Is it possible? thanks
@msmathers commented on GitHub (Jan 12, 2020):
https://github.com/NarrativeScience/log.io/issues/211
@msmathers commented on GitHub (Apr 23, 2020):
Support for globs and new file detection have been added in v0.4.14 https://github.com/NarrativeScience/log.io/releases/tag/v0.4.14