diff options
Diffstat (limited to 'elasticstack/filebeat/logback/conf/filebeat.properties')
-rw-r--r-- | elasticstack/filebeat/logback/conf/filebeat.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/elasticstack/filebeat/logback/conf/filebeat.properties b/elasticstack/filebeat/logback/conf/filebeat.properties new file mode 100644 index 0000000..a150f4e --- /dev/null +++ b/elasticstack/filebeat/logback/conf/filebeat.properties @@ -0,0 +1,21 @@ + +#List of logstash server ip addresses with port number or a loadbalancer IP address. +#In our case, this will be the loadbalancer IP address. +hosts = ["loadbalancer.onap:5044"] +#hosts = ["10.247.86.59:5044"] + + +#The list of root certificates for server verifications. +#If certificate_authorities is empty or not set, the trusted +#certificate authorities of the host system are used. +#ssl.certificate_authorities = ["/etc/pki/root/ca.pem"] + +#The path to the certificate for SSL client authentication. If the certificate is not specified, +#client authentication is not available. +#ssl.certificate = "/etc/pki/client/cert.pem" + +#The client certificate key used for client authentication. +#ssl.key = "/etc/pki/client/cert.key" + +#The passphrase used to decrypt an encrypted key stored in the configured key file +#ssl.key_passphrase = ''
\ No newline at end of file |