From 5e429f6a5b27eced3e3d826595ff212773972fd0 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Mon, 28 Jul 2025 11:04:50 +0200 Subject: [PATCH] remove fields from config_basic --- source/_integrations/datadog.markdown | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/_integrations/datadog.markdown b/source/_integrations/datadog.markdown index 0472cd9931c..85a6a640e11 100644 --- a/source/_integrations/datadog.markdown +++ b/source/_integrations/datadog.markdown @@ -40,24 +40,12 @@ In the [Datadog Agent configuration](https://github.com/DataDog/datadog-agent/bl {% configuration_basic %} host: description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23. - required: false - default: localhost - type: string port: description: Port to use. - required: false - default: 8125 - type: integer prefix: description: Metric prefix to use. - required: false - default: "`hass`" - type: string rate: description: The sample rate of UDP packets sent to Datadog. - required: false - default: 1 - type: integer {% endconfiguration_basic %} ## Removing the integration