From 79d48f9e77adec9409432cb05fc59c846d7bb53d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 12 Dec 2019 15:17:19 -0500 Subject: [PATCH] Logstash - Fix helix output typeo --- salt/logstash/files/dynamic/9997_output_helix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/files/dynamic/9997_output_helix.conf b/salt/logstash/files/dynamic/9997_output_helix.conf index 9a30abf19..8c01eab65 100644 --- a/salt/logstash/files/dynamic/9997_output_helix.conf +++ b/salt/logstash/files/dynamic/9997_output_helix.conf @@ -122,7 +122,7 @@ filter { rename => { "certificate_common_name" => "certname" } rename => { "certificate_subject" => "certsubject" } rename => { "issuer_common_name" => "issuer" } - reanme => { "certificate_issuer" => "issuersubject" } + rename => { "certificate_issuer" => "issuersubject" } rename => { "certificate_not_valid_before" => "issuetime" } rename => { "certificate_key_type" => "cert_type" } }