From c45928a80e4d987205b6bd14a5f78950a237a41d Mon Sep 17 00:00:00 2001 From: Luis Oliveira Date: Thu, 19 Sep 2024 10:11:05 -0300 Subject: [PATCH] Add credentials rabbitmq api in conf.yaml.example It is necessary to add the fields rabbitmq_user and rabbitmq_pass so that the agent can authenticate to the rabbitmq api --- rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example b/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example index f67ee499abc56..191cdfdedabfe 100644 --- a/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example +++ b/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example @@ -667,6 +667,8 @@ instances: ## url of the RabbitMQ Management Plugin (http://www.rabbitmq.com/management.html). # # rabbitmq_api_url: http://localhost:15672/api/ + # rabbitmq_user: datadog + # rabbitmq_pass: some_password ## @param tag_families - boolean - optional - default: false ## To tag queue "families" based off of regex matching. @@ -779,6 +781,7 @@ instances: # - type: file # path: /var/log/rabbitmq/*.log # source: rabbitmq +# service: rabbitmq # log_processing_rules: # - type: multi_line # name: logs_starts_with_equal_sign