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
I'm encountering an issue with the filelog receiver in the OpenTelemetry Collector when attempting to read log files. The error message indicates that no files match the configured criteria, even though the file exists and contains logs.
Here is the error message:
fileconsumer/file.go:49 finding files {"kind": "receiver", "name": "filelog", "data_type": "logs", "component": "fileconsumer", "error": "no files match the configured criteria"}
Component(s)
receiver/filelog
Describe the issue you're reporting
Description:
I'm encountering an issue with the filelog receiver in the OpenTelemetry Collector when attempting to read log files. The error message indicates that no files match the configured criteria, even though the file exists and contains logs.
Here is the error message:
fileconsumer/file.go:49 finding files {"kind": "receiver", "name": "filelog", "data_type": "logs", "component": "fileconsumer", "error": "no files match the configured criteria"}
The log file contains the following entries:
Here is the configuration I am using:
The text was updated successfully, but these errors were encountered: