From e65630e4c0b0712ec7397f98314aa88ecc13b883 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sat, 21 Dec 2024 21:52:28 +0000 Subject: [PATCH] refactor(elk): remove distinct_hosts constraint from kibana --- modules/elk/jobspec.nomad.hcl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/elk/jobspec.nomad.hcl b/modules/elk/jobspec.nomad.hcl index 4332edc..6e3f9fe 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -277,10 +277,6 @@ job "elk" { count = 2 - constraint { - distinct_hosts = true - } - network { port "web" { to = 5601