From 8180c5d1ee4eeaf27bbc10187edd8e26321e5840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel?= Date: Mon, 17 Dec 2018 11:57:59 +0100 Subject: [PATCH] Added description for the new setting --- public/utils/config-equivalences.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/utils/config-equivalences.js b/public/utils/config-equivalences.js index d9585571d..0108372d9 100644 --- a/public/utils/config-equivalences.js +++ b/public/utils/config-equivalences.js @@ -43,7 +43,8 @@ export const configEquivalences = { 'Define the number of shards to use for the wazuh-monitoring-3.x-* indices.', 'wazuh.monitoring.replicas': 'Define the number of replicas to use for the wazuh-monitoring-3.x-* indices.', - 'wazuh.monitoring.pattern': 'Default index pattern to use on the app for Wazuh monitoring.', + 'wazuh.monitoring.pattern': + 'Default index pattern to use on the app for Wazuh monitoring.', admin: 'Enable or disable administrator requests to the Wazuh API when using the app.' };