Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for File Input (in_tail) #121

Closed
chamilad opened this issue Oct 27, 2016 · 6 comments
Closed

Support for File Input (in_tail) #121

chamilad opened this issue Oct 27, 2016 · 6 comments
Assignees

Comments

@chamilad
Copy link

I could not find any documentation on how to read a log file like how fluentD does to output to elasticsearch on fluent-bit. In my case, there's already a stdout that I'm processing using fluentD (in Kubernetes). I'm trying to read some additional log files inside a pod using a pod volume.

Is this feature supported? Is it been targeted for a release in the near future?

@edsiper
Copy link
Member

edsiper commented Oct 27, 2016

in_tail plugin it's in work in process, as well a plugin to gather Kubernetes metadata, it should be ready in a couple of weeks.

@edsiper edsiper self-assigned this Oct 29, 2016
@chamilad
Copy link
Author

chamilad commented Nov 2, 2016

Thanks @edsiper ! Looking forward to test it.

@edsiper edsiper changed the title Support for File Input Support for File Input (in_tail) Nov 22, 2016
@edsiper
Copy link
Member

edsiper commented Nov 28, 2016

in_tail plugin code already merged in Master:

https://github.com/fluent/fluent-bit/tree/master/plugins/in_tail

Documentation here:

https://github.com/fluent/fluent-bit-docs/blob/master/input/tail.md

pending feature on in_tail is to handle rotated files (to be implemented shortly)

@edsiper edsiper closed this as completed Nov 28, 2016
@edsiper
Copy link
Member

edsiper commented Dec 6, 2016

FYI: file rotation was added last week.

@mitchhh22
Copy link

Any idea when kubernetes metadata support will be available?

@edsiper
Copy link
Member

edsiper commented Dec 26, 2016

@mitchhh22 that's coming once #157 is ready (no ETA at the moment but a priority).

Would you please request your interest into that feature on #157 ?

thanks.

oliverjetter-smartdings added a commit to orbit-sensorfusion/fluent-bit that referenced this issue Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants