From 0ab9065fcd1463cdfa5e95d17638b5df54965456 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 15 May 2021 22:58:17 +0300
Subject: [PATCH] fixup! Setup beats.

---
 metricbeat/metricbeat.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/metricbeat/metricbeat.yml b/metricbeat/metricbeat.yml
index c822f3e..b05cdde 100644
--- a/metricbeat/metricbeat.yml
+++ b/metricbeat/metricbeat.yml
@@ -45,6 +45,8 @@ metricbeat.modules:
       - info
       - memory
       - network
+    hosts:
+      - unix:///var/run/docker.sock
 
   - module: linux
     metricsets:
-- 
GitLab