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
Copy file name to clipboardExpand all lines: docs/reference/edot-collector/config/default-config-standalone.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@ Data is exported directly to {{es}} using the [`elasticsearch`] exporter in `OTe
65
65
66
66
The application pipeline in the EDOT Collector receives data from OTel SDKs through the [`OTLP`] receiver. While logs and metrics are exported verbatim into {{es}}, traces require two additional components.
67
67
68
-
The [`elastictrace`] processor enriches trace data with additional attributes that improve the user experience in the Elastic Observability UIs. In addition, the [`elasticapm`] connector generates pre-aggregated APM metrics from tracing data.
68
+
{applies_to}`edot_collector: ga 9.2`The [`elasticapm`] processor enriches trace data with additional attributes that improve the user experience in the Elastic Observability UIs. In addition, the [`elasticapm`] connector generates pre-aggregated APM metrics from tracing data.
69
69
70
70
Application-related OTel data is ingested into {{es}} in OTel-native format using the [`elasticsearch`] exporter.
71
71
72
72
:::{note}
73
-
Both components, `elastictrace`and `elasticapm` are required for Elastic APM UIs to work properly. As they aren't included in the OpenTelemetry [Collector Contrib repository](https://github.com/open-telemetry/opentelemetry-collector-contrib), you can:
73
+
Both the `elasticapm` processor and the `elasticapm` connector are required for Elastic APM UIs to work properly. As they aren't included in the OpenTelemetry [Collector Contrib repository](https://github.com/open-telemetry/opentelemetry-collector-contrib), you can:
74
74
75
75
* Use the EDOT Collector with the available configuration to ingest data into {{es}}.
76
76
*[Build a custom, EDOT-like Collector](/reference/edot-collector/custom-collector.md) for ingesting data into {{es}}.
@@ -100,23 +100,33 @@ Platform logs are scraped with the [`filelog`] receiver, host metrics are collec
100
100
101
101
Data from OTel SDKs is piped through the [`OTLP`] receiver directly to the OTLP exporter that sends data for all signals to the {{motlp}}.
102
102
103
-
With the {{motlp}}, there is no need to configure any Elastic-specific components, such as [`elasticinframetrics`], [`elastictrace`] processors, the [`elasticapm`] connector, or the [`elasticsearch`] exporter. Edge setup and configuration can be 100% vendor agnostic.
103
+
With the {{motlp}}, there is no need to configure any Elastic-specific components, such as the [`elasticinframetrics`] and [`elasticapm`] processors, the [`elasticapm`] connector, or the [`elasticsearch`] exporter. Edge setup and configuration can be fully vendor agnostic.
104
104
105
105
## Gateway mode
106
106
107
107
In Gateway mode, the Collector ingests data from other Collectors running in Agent mode and forwards it to Elastic.
108
108
109
-
## Example configuration
109
+
###Example configuration
110
110
111
111
The following example configuration files are available for the Gateway mode:
The `elasticapm` processor replaces the deprecated `elastictrace` processor.
194
+
:::
195
+
181
196
### Data export
182
197
183
198
The Gateway exports data to Elasticsearch in two formats:
@@ -212,7 +227,6 @@ The service section defines separate pipelines for different telemetry types:
212
227
213
228
Each pipeline connects specific receivers, processors, and exporters to handle different data types appropriately.
214
229
215
-
216
230
## Central configuration
217
231
218
232
The EDOT Collector can be configured to use [APM Agent Central Configuration](docs-content://solutions/observability/apm/apm-agent-central-configuration.md). Refer to [Central configuration docs](opentelemetry://reference/central-configuration.md) for more details.
@@ -312,7 +326,7 @@ The server expects incoming HTTP requests to include an API key with sufficient
Copy file name to clipboardExpand all lines: docs/reference/edot-collector/modes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This is the only case where using the {{es}} exporter is recommended. In all oth
58
58
59
59
The following components are required for APM functionality in self-managed Elastic:
60
60
61
-
- The `elastictrace` processor enriches trace data with additional attributes that improve the user experience in Elastic Observability UIs.
61
+
-{applies_to}`edot_collector: ga 9.2`The `elasticapm` processor enriches trace data with additional attributes that improve the user experience in Elastic Observability UIs.
62
62
- The `elasticapm` connector generates pre-aggregated APM metrics from trace data.
63
63
64
64
In this case, EDOT Collector as a Gateway also handles routing of the different types of telemetry data to the relevant indices.
0 commit comments