From df7c3cb90ce33faca7443f3cda907ae6b414711c Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 4 Oct 2024 14:40:47 -0500 Subject: [PATCH] Refactor Logstash configuration: Comment out unnecessary file output --- configs/pilot_log.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/pilot_log.conf b/configs/pilot_log.conf index a5df228..5d7836d 100644 --- a/configs/pilot_log.conf +++ b/configs/pilot_log.conf @@ -52,9 +52,9 @@ output { # codec => rubydebug # } - file { - path => "/var/log/logstash/all.txt" - } + # file { + # path => "/var/log/logstash/all.txt" + # } elasticsearch {