From eec0c4d1ac73d50d6350fdea3a8ee190551c101a Mon Sep 17 00:00:00 2001 From: "Andy.Chen" Date: Mon, 23 Mar 2026 13:27:53 -0400 Subject: [PATCH] INS-63288 fix beats input --- .../FilebeatInputPackage/Filebeat/input.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/input-plugin/logstash-input-beats/FilebeatInputPackage/Filebeat/input.conf b/input-plugin/logstash-input-beats/FilebeatInputPackage/Filebeat/input.conf index 70952721e..97fe2b759 100644 --- a/input-plugin/logstash-input-beats/FilebeatInputPackage/Filebeat/input.conf +++ b/input-plugin/logstash-input-beats/FilebeatInputPackage/Filebeat/input.conf @@ -1,11 +1,11 @@ input{ beats { - port => guc_input_param_port - ssl => guc_input_param_is_ssl - ssl_certificate_authorities => SSL_CERT_AUTH - ssl_certificate => "/service/certs/external/tls.crt" - ssl_key => "/service/certs/external/tls.key" - include_codec_tag => guc_input_param_include_codec_tag - type => "filebeat" + port => guc_input_param_port + ssl_enabled => guc_input_param_is_ssl + ssl_certificate_authorities => SSL_CERT_AUTH + ssl_certificate => "/service/certs/external/tls.crt" + ssl_key => "/service/certs/external/tls.key" + include_codec_tag => guc_input_param_include_codec_tag + type => "filebeat" } } \ No newline at end of file