From 742a6c26f7dcf67b7d2c09b1d5cdf6cdfeefd6e2 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 15 Dec 2023 16:19:08 +0800 Subject: [PATCH] remove logstash debug --- tcs-upgrade/elastic/logstash.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcs-upgrade/elastic/logstash.yaml b/tcs-upgrade/elastic/logstash.yaml index 9189cd5..f98bb78 100644 --- a/tcs-upgrade/elastic/logstash.yaml +++ b/tcs-upgrade/elastic/logstash.yaml @@ -23,7 +23,7 @@ data: } output { - stdout { codec => rubydebug } + # stdout { codec => rubydebug } elasticsearch { hosts => ["http://elastic:9200"] index => "%{[env]}-logback-beaconfire-%{+YYYY.MM.dd}"