From 00e4dd5d368b27446a7adba90b6f43bd91fe8b5b Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Thu, 16 Apr 2020 18:34:32 +0300 Subject: [PATCH] Minor cleanup to logstash --- .../config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ELK.Docker/shared/config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf b/ELK.Docker/shared/config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf index 458ca82b1..8b0f9fe02 100644 --- a/ELK.Docker/shared/config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf +++ b/ELK.Docker/shared/config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf @@ -12,7 +12,7 @@ output { password => index =>"opendmp.logs" #manage_template => true - #template => "/usr/share/logstash/templates/audit/cite_elas_openDMP.json" + #template => "/usr/share/logstash/templates/audit/openDMP.json" #template_name => "cite.elas.openDMP-audit*" #template_overwrite => true }