Skip to content

Commit 2861655

Browse files
sumoanemaamee-sumo
andauthored
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]>
1 parent 87e5d61 commit 2861655

File tree

2 files changed

+14
-1
lines changed
  • docs/send-data/opentelemetry-collector/remote-management/source-templates/windows

2 files changed

+14
-1
lines changed

docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sidebar_label: Changelog
55
description: Changelog for Windows source template for OpenTelemetry.
66
---
77

8+
## [8.0.0] - 2025-08-20
9+
### Added
10+
- Flag for preventing shutdown of the collector when failing to open the event log channel, and instead log a warning.
11+
812
## [7.0.0] - 2025-04-30
913
### Fixed
1014
- Validation for choosing at least one scraper when metric section is enabled.
@@ -49,4 +53,4 @@ description: Changelog for Windows source template for OpenTelemetry.
4953
## [1.0.0] - 2024-04-05
5054

5155
### Added
52-
- Initial version of Windows source template.
56+
- Initial version of Windows source template.

docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ import DataConfiguration from '../../../../../reuse/apps/opentelemetry/data-conf
6767

6868
<DataConfiguration/>
6969

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+
7079
:::info
7180
Refer to the [changelog](/docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/changelog/) for information on periodic updates to this source template.
7281
:::

0 commit comments

Comments
 (0)