From f8b7255d256754dec17e0d48618ff66c6bff262b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonz=C3=A1lez?= Date: Thu, 22 May 2025 00:27:11 +0200 Subject: [PATCH] Fix filebeat password mismatch --- etc/filebeat/filebeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/filebeat/filebeat.yml b/etc/filebeat/filebeat.yml index faa496b..948b150 100644 --- a/etc/filebeat/filebeat.yml +++ b/etc/filebeat/filebeat.yml @@ -16,4 +16,4 @@ filebeat.inputs: output.elasticsearch: hosts: ["elasticsearch:9200"] username: elastic - password: changeme + password: elastic