-
Notifications
You must be signed in to change notification settings - Fork 157
Labels
Team:IngestIssues owned by the Ingest Docs TeamIssues owned by the Ingest Docs TeamTeam:ObsIssues owned by the Observability Docs TeamIssues owned by the Observability Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs
Description
Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/nodejs/configuration
What happened?
- Clarifications wrt EDOT SDKs and
OTEL_LOGS_EXPORTER
for each EDOT SDK
Example: the EDOT NodeJS SDK documents OTEL_LOGS_EXPORTER
and one expects it to ship the logs of the instrumented application, at this page.
At this page, we say instead the collection of the logs in K8s is responsability of the filereceiver
receiver in the EDOT Collector on the node, in K8s.
- Explain how to disable the Log harvesting when using auto instrumentation in K8s and standalone
For the time being, the solution is to exclude manually the paths containing the pod name via receivers.filelog.exclude
.
Additional info
This likely requires inputs from the EDOT SDK devs & EDOT Collector / K8s helm owners
Metadata
Metadata
Assignees
Labels
Team:IngestIssues owned by the Ingest Docs TeamIssues owned by the Ingest Docs TeamTeam:ObsIssues owned by the Observability Docs TeamIssues owned by the Observability Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs