Forwarding logs to your observability system
You can forward logs from environments activated in Cloudera Data Warehouse to observability and monitoring systems such as Datadog, New Relic, or Splunk. You learn how to configure a Cloudera Data Warehouse environment for these systems.
- Datadog — https://github.com/DataDog/fluent-plugin-datadog
- Honeycomb.io — https://docs.honeycomb.io/getting-data-in/logs/log-collectors/fluentd/
- New Relic — https://github.com/newrelic/newrelic-fluentd-output
- Splunk — https://github.com/splunk/fluent-plugin-splunk-hec (covers both Splunk-HEC and Splunk-SCS)
@cloudera_cdw
. Your custom configuration is then inserted
between <label>
tags:<label @cloudera_cdw>customer config goes here
</label>
You can use any of the built-in fluentd filter, formatter, parser, or output plugins to build the custom config.
- Before configuring log forwarding you must activate an AWS environment or activate an Azure environment in Cloudera Data Warehouse.
- You must be familiar with fluentd and accept the responsibility of configuring log forwarding to your observability systems.