Skip to content
Merged
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
30 changes: 23 additions & 7 deletions docs/reference/compatibility/collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

The following table provides an overview of compatibility and support of {{edot}} Collector versions with {{stack}} (ELK) versions.

## EDOT Collector 9.x
## EDOT Collector 9.x [collector-9]

Check notice on line 18 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Capitalization: 'EDOT Collector 9.x [collector-9]' should use sentence-style capitalization.

| ELK stack version | **ELK < 8.16** | **ELK 8.16 - 8.17** | **ELK 8.18 - 8.19** | **ELK 9.0 and later** |
| :-------------------------- | :------------- | :------------------ | :------------------ | :---------- |
Expand All @@ -30,11 +30,11 @@

If you upgrade to EDOT Collector 9.x while running {{stack}} 8.18 or 8.19, continue using the configuration recommended for your Stack version, not the EDOT Collector 9.x default configuration. This ensures full compatibility with {{kib}} Observability applications.

## Operating Systems
## Operating systems

The following table provides an overview of compatibility and support of EDOT Collector versions with different operating systems.

#### EDOT Collector 9.x
### EDOT Collector 9.x [os-collector-9]

Check notice on line 37 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Capitalization: 'EDOT Collector 9.x [os-collector-9]' should use sentence-style capitalization.

These operating systems and distributions are [compatible] with EDOT Collector 9.x:

Expand All @@ -53,11 +53,27 @@
| :---------- | :--------------- | :------------------------------------------------------- |
| Kubernetes | amd64, arm64 | 1.33.0, 1.32.0, 1.31.0, 1.30.2, 1.29.4, 1.28.9, 1.27.16 |

The EDOT Collector is compatible with GKE, EKS and AKS. Refer to [Limitations on managed Kubernetes environments](/reference/compatibility/limitations.md#limitations-on-managed-kubernetes-environments) for more information.
The EDOT Collector is compatible with GKE, EKS, and AKS. Refer to [Limitations on managed Kubernetes environments](/reference/compatibility/limitations.md#limitations-on-managed-kubernetes-environments) for more information.

Check notice on line 56 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'AKS' has no definition.

Check notice on line 56 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'EKS' has no definition.

Check notice on line 56 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'GKE' has no definition.

::::{note}
Red Hat OpenShift is not supported.
::::
### Platform-specific recommendations

For certain platforms, use platform-native OpenTelemetry distributions [at the edge](/reference/architecture/index.md#understanding-edge-deployment), as they provide the best native experience.

:::{important}
Elastic does not provide support for distributions other than the {{edot}}.
:::

#### Red Hat OpenShift

Check notice on line 66 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Capitalization: 'Red Hat OpenShift' should use sentence-style capitalization.

Use the [Red Hat build of OpenTelemetry](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/red_hat_build_of_opentelemetry/index) [at the edge](/reference/architecture/index.md#understanding-edge-deployment) to collect and send telemetry data. For support of OpenTelemetry components in OpenShift, contact Red Hat.

#### AWS Lambda

Check notice on line 70 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Capitalization: 'AWS Lambda' should use sentence-style capitalization.

Use the [AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/docs/getting-started/lambda) [at the edge](/reference/architecture/index.md#understanding-edge-deployment) to collect and send telemetry data from AWS Lambda services. For support of ADOT components, contact AWS.

Check notice on line 72 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'ADOT' has no definition.

Check notice on line 72 in docs/reference/compatibility/collectors.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Acronyms: 'ADOT' has no definition.

:::{tip}
For AWS Lambda workloads that generate telemetry outside the function runtime, such as CloudWatch logs, use the [{{edot-cf}}](/reference/edot-cloud-forwarder/aws.md) instead.
:::

## EDOT Collector components

Expand Down
Loading