Send Logs to Observability Pipelines with Filebeat
This product is not supported for your selected
Datadog site. (
).
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Overview
Use the Logstash source to send logs to Observability Pipelines with Filebeat.
Setup
Set up Filebeat if you haven’t already.
In the filebeat.yml file:
a. Comment out the Elasticsearch Output configuration section.
b. Uncomment and configure the Logstash Output section:
# ------------------------------ Logstash Output -------------------------------
output.logstash:
# The Logstash hosts
hosts: ["<OPW_HOST>:9997"]
<OPW_HOST> is the host IP address or the load balancer URL associated with the Observability Pipelines Worker.
For CloudFormation installs, use the LoadBalancerDNS CloudFormation output for the URL.
For Kubernetes installs, you can use the internal DNS record of the Observability Pipelines Worker service. For example: opw-observability-pipelines-worker.default.svc.cluster.local.
Set up a pipeline with the Logstash source.
Metrics
For component metrics and source buffer metrics emitted by all sources, see the Pipelines Usage Metrics documentation. The Filebeat source uses the Logstash source. To filter or group by Logstash source metrics, use the tag component_type:logstash.