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 have two collectors 'A' & 'B'.
Use case is I want to send logs of collector 'A' to collector 'B' for self-monitoring, with the help of the otel pipelines itself.
I am little stuck as I have enabled the telemetry block for logs by the below configuration.
However, after enabling it I am still not getting any logs on collector 'B'.
service:
telemetry:
logs:
level: debug
service::telemetry::logs documentation is very limited and I did not get any idea how to enable this feature.
Could some one help out here?
For the particular use case, this is the correct approach? If not, could you suggest the correct one
If yes, could you add what part I am missing here.
One potential option to try out, provided that the log file generated by collector A is accessible by collector B, would be to then use the filelogreceiver to read the log file generated by collector A.
Component(s)
No response
What happened?
Description
I have two collectors 'A' & 'B'.
Use case is I want to send logs of collector 'A' to collector 'B' for self-monitoring, with the help of the otel pipelines itself.
I am little stuck as I have enabled the telemetry block for logs by the below configuration.
However, after enabling it I am still not getting any logs on collector 'B'.
service::telemetry::logs
documentation is very limited and I did not get any idea how to enable this feature.Could some one help out here?
Steps to Reproduce
Expected Result
Actual Result
Collector version
0.93.3
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: