You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,18 +15,18 @@ Receives data via HTTP using [APM IntakeV2 format](https://www.elastic.co/docs/s
15
15
16
16
## Getting started
17
17
18
-
All that is required to enable the elasticapm receiver is to include it in the receiver definitions:
18
+
All that is required to enable the elasticapmintake receiver is to include it in the receiver definitions:
19
19
20
20
```
21
21
receivers:
22
-
elasticapm:
22
+
elasticapmintake:
23
23
agent_config:
24
24
enabled: false
25
25
```
26
26
27
27
## Advanced configuration
28
28
29
-
The elasticapm receiver embeds the [confighttp.ServerConfig](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md), which means it supports standard HTTP server configuration, including TLS/mTLS and authentication.
29
+
The elasticapmintake receiver embeds the [confighttp.ServerConfig](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md), which means it supports standard HTTP server configuration, including TLS/mTLS and authentication.
In addition to TLS, you can configure authentication to ensure that only authorized agents can send data to the receiver.
63
63
64
-
The elasticapm receiver supports any [configauth authenticator](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configauth/README.md). We recommend using the [apikeyauth extension](https://github.com/elastic/opentelemetry-collector-components/tree/main/extension/apikeyauthextension) to validate Elastic APM API keys:
64
+
The elasticapmintake receiver supports any [configauth authenticator](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configauth/README.md). We recommend using the [apikeyauth extension](https://github.com/elastic/opentelemetry-collector-components/tree/main/extension/apikeyauthextension) to validate Elastic APM API keys:
0 commit comments