diff --git a/solutions/observability/logs/stream-any-log-file-using-edot-collector.md b/solutions/observability/logs/stream-any-log-file-using-edot-collector.md index e5fc87aa54..ed6bf874de 100644 --- a/solutions/observability/logs/stream-any-log-file-using-edot-collector.md +++ b/solutions/observability/logs/stream-any-log-file-using-edot-collector.md @@ -1,5 +1,5 @@ --- -navigation_title: Stream any log file using OTel Collector +navigation_title: Send any log file using OTel Collector mapped_pages: - https://www.elastic.co/guide/en/observability/current/logs-stream-edot.html - https://www.elastic.co/guide/en/serverless/current/observability-stream-log-files-edot.html @@ -11,9 +11,9 @@ products: - id: cloud-serverless --- -# Stream any log file using OTel Collector [logs-stream-edot] +# Send any log file using OTel Collector [logs-stream-edot] -This guide shows you how to manually configure the {{edot}} (EDOT) Collector to send your log data to {{es}} by configuring the `otel.yml` file. For an Elastic Agent equivalent, refer to [Stream any log file using {{agent}}](/solutions/observability/logs/stream-any-log-file.md). +This guide shows you how to manually configure the {{edot}} (EDOT) Collector to send your log data to {{es}} by configuring the `otel.yml` file. For an Elastic Agent equivalent, refer to [Send any log file using {{agent}}](/solutions/observability/logs/stream-any-log-file.md). For more OpenTelemetry quickstarts, refer to [EDOT quickstarts](/solutions/observability/get-started/opentelemetry/quickstart/index.md). diff --git a/solutions/observability/logs/stream-any-log-file.md b/solutions/observability/logs/stream-any-log-file.md index 41e84e1bdb..f38ef09093 100644 --- a/solutions/observability/logs/stream-any-log-file.md +++ b/solutions/observability/logs/stream-any-log-file.md @@ -10,9 +10,9 @@ products: - id: cloud-serverless --- -# Stream any log file using {{agent}} [logs-stream] +# Send any log file using {{agent}} [logs-stream] -This guide shows you how to manually configure a standalone {{agent}} to send your log data to {{es}} using the `elastic-agent.yml` file. For an {{edot}} (EDOT) Collector equivalent, refer to [Stream any log file using OTel Collector](/solutions/observability/logs/stream-any-log-file-using-edot-collector.md). +This guide shows you how to manually configure a standalone {{agent}} to send your log data to {{es}} using the `elastic-agent.yml` file. For an {{edot}} (EDOT) Collector equivalent, refer to [Send any log file using OTel Collector](/solutions/observability/logs/stream-any-log-file-using-edot-collector.md). To get started quickly without manually configuring the {{agent}}, you can use the **Monitor hosts with {{agent}}** quickstart. Refer to the [quickstart documentation](/solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md) for more information. diff --git a/solutions/observability/logs/stream-application-logs.md b/solutions/observability/logs/stream-application-logs.md index 5ec31d7c75..772a983540 100644 --- a/solutions/observability/logs/stream-application-logs.md +++ b/solutions/observability/logs/stream-application-logs.md @@ -10,7 +10,7 @@ products: - id: cloud-serverless --- -# Stream application logs [observability-correlate-application-logs] +# Send application log data [observability-correlate-application-logs] Application logs provide valuable insight into events that have occurred within your services and applications.