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
2023-07-07T14:18:44.497-0400 info service/telemetry.go:81 Setting up own telemetry...
2023-07-07T14:18:44.498-0400 info service/telemetry.go:104 Serving Prometheus metrics {"address": ":8888", "level": "Basic"}
2023-07-07T14:18:44.498-0400 info [email protected]/exporter.go:275 Development component. May change in the future. {"kind": "exporter", "data_type": "logs", "name": "logging/logging"}
Error: failed to build pipelines: failed to create "filelog/source0" receiver for data type"logs": parse format %Y%m%d%H: parsing time"" as "2006010215": cannot parse "" as "2006"
2023/07/07 14:18:44 collector server run finished with error: failed to build pipelines: failed to create "filelog/source0" receiver for data type"logs": parse format %Y%m%d%H: parsing time"" as "2006010215": cannot parse "" as "2006"
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
No response
What happened?
Description
When trying to assign a sort type as timestamp the layout is unable to be parsed.
Steps to Reproduce
Run with a config that uses a timestamp sort type.
Example Config:
Expected Result
Collector starts and checks the available files.
Actual Result
Running with this fails to start because of the validation being broken through trying to parse a timestamp value that is empty.
Collector version
v0.81.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: