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