Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Apache source template for OpenTelemetry.
---

## [4.0.0] - 2025-11-07
### Added
- Validation for endpoint and regular expression

## [3.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Docker source template for OpenTelemetry.
---

## [3.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [2.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Elasticsearch source template for OpenTelemetry.
---

## [2.0.0] - 2025-11-07
### Added
- Validation for endpoint and regular expression

## [1.0.1] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Kafka source template for OpenTelemetry.
---

## [3.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [2.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Linux source template for OpenTelemetry.
---

## [6.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [5.0.0] - 2025-04-30
### Fixed
- Validation for choosing at least one scraper when metric section is enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_label: Changelog
description: Changelog for Local File source template for OpenTelemetry.
---

## [3.0.0] - 2025-11-07
### Added
- Validation for regular expression
- Override for Fingerprint size to 2KB

## [2.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ In this step, you will configure the yaml required for Local File collection. Be
- **Collection should begin from**. Defines where will the collection of the logs start from. Possible values are "End of File" and "Beginning of File".
- **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.

:::note
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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)
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).

:::

import TimestampParsing from '../../../../../reuse/apps/opentelemetry/timestamp-parsing.md';

<TimestampParsing/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Mac source template for OpenTelemetry.
---

## [6.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [5.0.0] - 2025-04-30
### Fixed
- Validation for choosing at least one scraper when metric section is enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for MySQL source template for OpenTelemetry.
---

## [2.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [1.0.1] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Nginx source template for OpenTelemetry.
---

## [3.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [2.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for PostgreSQL source template for OpenTelemetry.
---

## [2.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [1.0.1] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for RabbitMQ source template for OpenTelemetry.
---

## [4.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [3.0.1] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Redis source template for OpenTelemetry.
---

## [4.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [3.0.1] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Syslog source template for OpenTelemetry.
---

## [3.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [2.1.2] - 2025-04-23
### Added
- FAQ for source template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Changelog
description: Changelog for Windows source template for OpenTelemetry.
---

## [9.0.0] - 2025-11-07
### Added
- Validation for regular expression

## [8.0.0] - 2025-08-20
### Added
- Flag for preventing shutdown of the collector when failing to open the event log channel, and instead log a warning.
Expand Down