Completely stumped - tail not tailing log file, not sending any lines #4261
Unanswered
drewmiranda-gl
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Could you please share the version of Fluentd? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure what this means. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quick intro, i'm new to using fluentd and wanted to do some quick testing. I naively thought it would be easy but i'm completely stumped. I have a strong background in IT and programming, so i'm familiar with basic concepts of editing text files, installing things on linux, networking, client service architecture, the works.
Where i'm stuck is trying to get fluentd to do anything with a a text file source (
@type tail
). I'm read the docs and looked at and tried many example but nothing works.Where i'm at:
config:
The above works but ONLY for the sample source, meaning i see the output in the match log path
/var/log/td-agent/testlogfolder/buffer.b601f5f4097182fd71addff04c17b07c5.log
I should note that even enabling verbose logging
-vv
does not show any errors or any clues or anything. I've also triedpos_file
but it didn't help nor change anything. complete mystery.no matter what i try, fluentd appears to be ignoring the tail source. am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions