diff options
author | alkac <alkac@amdocs.com> | 2017-08-07 22:12:52 +0530 |
---|---|---|
committer | alkac <alkac@amdocs.com> | 2017-08-07 22:21:23 +0530 |
commit | 39e98f94f334d18968061c7eed4f0bdde30898eb (patch) | |
tree | 91ad7f9c843ab103d2d465815a893dd7f0ab6d3b /elasticstack/filebeat/log4j/conf/filebeat.properties | |
parent | e4d033d6a6d453d8e96b726c69034cbccdc30b05 (diff) |
[LOG-31]Config for FileBeat Shipping of ONAP Logs
Change-Id: I176067a1ad84aba0fa99a609e695a77abb118cc8
Signed-off-by: alkac <alkac@amdocs.com>
Diffstat (limited to 'elasticstack/filebeat/log4j/conf/filebeat.properties')
-rw-r--r-- | elasticstack/filebeat/log4j/conf/filebeat.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/elasticstack/filebeat/log4j/conf/filebeat.properties b/elasticstack/filebeat/log4j/conf/filebeat.properties new file mode 100644 index 0000000..db5c70a --- /dev/null +++ b/elasticstack/filebeat/log4j/conf/filebeat.properties @@ -0,0 +1,20 @@ + +#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 |