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
Adding changelog entry for windows ST 8.0.0 release and adding a note… (#5702)
* Adding changelog entry for windows ST 8.0.0 release and adding a note in windows ST doc pointing to the error customer might face and workaround for it
* Typo corrections
* Update changelog.md
* Update changelog.md
* Update index.md
---------
Co-authored-by: Amee Lepcha <[email protected]>
Copy file name to clipboardExpand all lines: docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,15 @@ import DataConfiguration from '../../../../../reuse/apps/opentelemetry/data-conf
67
67
68
68
<DataConfiguration/>
69
69
70
+
:::note
71
+
If the agent crashes with the following error log:
72
+
73
+
`failed to start service: cannot start pipelines: failed to start "windowseventlog/(channel_name)" receiver: start stanza: failed to open local subscription, error: failed to subscribe to (channel_name) channel: The specified channel could not be found.;`
74
+
75
+
It means that the specified event channel name in the custom event channel list does not exist on the remote host where the source template is being pushed.
76
+
To resolve this issue, you can either remove the non-existent channel name from the source template (ST) or upgrade the Sumo Logic OpenTelemetry Collector agent to version 0.130.1 or later and the ST to version 8.0.0 or later.
77
+
:::
78
+
70
79
:::info
71
80
Refer to the [changelog](/docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/changelog/) for information on periodic updates to this source template.
0 commit comments