Skip to content

Commit 43e5c40

Browse files
sumoanemajpipkin1
andauthored
Changelog entry for several ST with validation added and local file S… (#5987)
* Changelog entry for several ST with validation added and local file ST note added for fingerprint update * Apply suggestions from code review Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 85afe6d commit 43e5c40

File tree

15 files changed

+61
-0
lines changed

15 files changed

+61
-0
lines changed

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

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

8+
## [4.0.0] - 2025-11-07
9+
### Added
10+
- Validation for endpoint and regular expression
11+
812
## [3.1.2] - 2025-04-23
913
### Added
1014
- FAQ for source template

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

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

8+
## [3.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [2.1.2] - 2025-04-23
913
### Added
1014
- FAQ for source template

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

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

8+
## [2.0.0] - 2025-11-07
9+
### Added
10+
- Validation for endpoint and regular expression
11+
812
## [1.0.1] - 2025-04-23
913
### Added
1014
- FAQ for source template

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

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

8+
## [3.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [2.1.2] - 2025-04-23
913
### Added
1014
- FAQ for source template

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

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

8+
## [6.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [5.0.0] - 2025-04-30
913
### Fixed
1014
- Validation for choosing at least one scraper when metric section is enabled.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_label: Changelog
55
description: Changelog for Local File source template for OpenTelemetry.
66
---
77

8+
## [3.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
- Override for Fingerprint size to 2KB
12+
813
## [2.1.2] - 2025-04-23
914
### Added
1015
- FAQ for source template

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ In this step, you will configure the yaml required for Local File collection. Be
5555
- **Collection should begin from**. Defines where will the collection of the logs start from. Possible values are "End of File" and "Beginning of File".
5656
- **Detect messages spanning multiple lines**. You can enable this option when dealing with logs which span over multiple lines. On enabling this option you will need to specify **Boundary regex location** where you can specify if the expression defines end or start of the log line and **Expression to match message boundary** where you will define the expression.
5757

58+
:::note
59+
Property `fingerprint_size` (the number of bytes with which to identify a file) is set to 2KB. Details about this property can be found [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#configuration).
60+
:::
61+
5862
import TimestampParsing from '../../../../../reuse/apps/opentelemetry/timestamp-parsing.md';
5963

6064
<TimestampParsing/>

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

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

8+
## [6.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [5.0.0] - 2025-04-30
913
### Fixed
1014
- Validation for choosing at least one scraper when metric section is enabled.

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

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

8+
## [2.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [1.0.1] - 2025-04-23
913
### Added
1014
- FAQ for source template

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

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

8+
## [3.0.0] - 2025-11-07
9+
### Added
10+
- Validation for regular expression
11+
812
## [2.1.2] - 2025-04-23
913
### Added
1014
- FAQ for source template

0 commit comments

Comments
 (0)