From cf4bcefe7c14126cb4daa01dfadb63bf6ef3bb8c Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 22 Sep 2023 17:58:57 +0800 Subject: [PATCH] filebeat --- dev-upgrade/elastic/filebeat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-upgrade/elastic/filebeat.yaml b/dev-upgrade/elastic/filebeat.yaml index 237b438..704557c 100644 --- a/dev-upgrade/elastic/filebeat.yaml +++ b/dev-upgrade/elastic/filebeat.yaml @@ -29,7 +29,7 @@ data: #All data to indexed to Elasticsearch output.logstash: - hosts: ["logstash:5044"] + hosts: ["logstash.dev.svc:5044"] --- apiVersion: apps/v1