Skip to content

Commit 29be975

Browse files
authored
Add section on platform-specific distributions (#497)
* Add section on platform-specific distributions * Update collectors.md * Add edge references
1 parent 7798f5f commit 29be975

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

docs/reference/compatibility/collectors.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ products:
1515

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

18-
## EDOT Collector 9.x
18+
## EDOT Collector 9.x [collector-9]
1919

2020
| ELK stack version | **ELK < 8.16** | **ELK 8.16 - 8.17** | **ELK 8.18 - 8.19** | **ELK 9.0 and later** |
2121
| :-------------------------- | :------------- | :------------------ | :------------------ | :---------- |
@@ -30,11 +30,11 @@ If you're on {{stack}} 8.18 or 8.19 and require Elastic support, use EDOT Collec
3030

3131
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.
3232

33-
## Operating Systems
33+
## Operating systems
3434

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

37-
#### EDOT Collector 9.x
37+
### EDOT Collector 9.x [os-collector-9]
3838

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

@@ -53,11 +53,27 @@ The following Kubernetes distributions are [compatible] with EDOT Collector 9.x:
5353
| :---------- | :--------------- | :------------------------------------------------------- |
5454
| Kubernetes | amd64, arm64 | 1.33.0, 1.32.0, 1.31.0, 1.30.2, 1.29.4, 1.28.9, 1.27.16 |
5555

56-
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.
56+
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.
5757

58-
::::{note}
59-
Red Hat OpenShift is not supported.
60-
::::
58+
### Platform-specific recommendations
59+
60+
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.
61+
62+
:::{important}
63+
Elastic does not provide support for distributions other than the {{edot}}.
64+
:::
65+
66+
#### Red Hat OpenShift
67+
68+
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.
69+
70+
#### AWS Lambda
71+
72+
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.
73+
74+
:::{tip}
75+
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.
76+
:::
6177

6278
## EDOT Collector components
6379

0 commit comments

Comments
 (0)