From 499d473b9d9682e3a295ff2a86f8c64c2626f6d3 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:06:59 -0600 Subject: [PATCH] set metrics indices to 0 replicas --- .../templates/component/elastic-agent/metrics@custom.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 salt/elasticsearch/templates/component/elastic-agent/metrics@custom.json diff --git a/salt/elasticsearch/templates/component/elastic-agent/metrics@custom.json b/salt/elasticsearch/templates/component/elastic-agent/metrics@custom.json new file mode 100644 index 000000000..6826af601 --- /dev/null +++ b/salt/elasticsearch/templates/component/elastic-agent/metrics@custom.json @@ -0,0 +1,7 @@ +{ + "template": { + "settings": { + "number_of_replicas": 0 + } + } + } \ No newline at end of file