You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overmeulen
changed the title
filelogger receiver include doesn't support multiple directory levels
filelog receiver include doesn't support multiple directory levels
Aug 16, 2021
I tried it some days ago and it was working for me.
Are you sure you didn't missed to mount your host log folder in you collector container (if you use docker).
Have you a log in console saying it can't find a file with the pattern ?
If there is nothing on the console it's strange. You should have at least something saying there is no files in the given path. Have you add it on the pipelines section ? 🤔
Describe the bug
Using ** in the filelog receiver include pattern only picks up 1 directory level
Steps to reproduce
Collector config:
What did you expect to see?
/data/A/B/test.log being watched by the filelog receiver
What did you see instead?
/data/A/test.log being watched but not /data/A/B/test.log (check the collector logs)
What version did you use?
opentelemetry-collector-contrib v0.31.0
The text was updated successfully, but these errors were encountered: