Add source file to glob's emitted events #18
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/logbus#18
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?
Not all globbed files will be the same shape, so it will be useful for downstream stages to know from which file the event came from so they can handle accordingly. glob.rs:126 becomes:
The next challenge will then be to figure out how best to communicate this metadata forward since plugins like parse-lines discards sibling fields. Use the Event metadata api?