From 59df82f8c41b171ff64c8f25c2756efd9c5180a7 Mon Sep 17 00:00:00 2001 From: Mirko Bez Date: Fri, 23 Feb 2024 15:25:37 +0100 Subject: [PATCH] Aerospike module: add commented username, password, cluster_name and TLS in the aerospike.yml.disabled config --- metricbeat/modules.d/aerospike.yml.disabled | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/metricbeat/modules.d/aerospike.yml.disabled b/metricbeat/modules.d/aerospike.yml.disabled index 5294b90301ed..99153a5fde0f 100644 --- a/metricbeat/modules.d/aerospike.yml.disabled +++ b/metricbeat/modules.d/aerospike.yml.disabled @@ -6,3 +6,15 @@ # - namespace period: 10s hosts: ["localhost:3000"] + + # Username of hosts. Empty by default. + # username: root + + # Password of hosts. Empty by default. + # password: secret + + # Aerospike Cluster Name + # cluster_name: myclustername + + # Read more about SSL Configurations https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html + # ssl.enabled: false