From d7c73441dc665122da9509e24201291a71a2334c Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 31 Mar 2021 21:26:08 +0200 Subject: [PATCH] Do not log logstash input to disk anymore. We'll forget to disable this. --- .../elk/logstash/conf.d/31-output-file-for-debugging.conf | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 docker-compose/elk/logstash/conf.d/31-output-file-for-debugging.conf diff --git a/docker-compose/elk/logstash/conf.d/31-output-file-for-debugging.conf b/docker-compose/elk/logstash/conf.d/31-output-file-for-debugging.conf deleted file mode 100644 index d8b21f0db..000000000 --- a/docker-compose/elk/logstash/conf.d/31-output-file-for-debugging.conf +++ /dev/null @@ -1,5 +0,0 @@ -output { - file { - path => "/tmp/logstash-input.log" - } -} -- GitLab