aboutsummaryrefslogtreecommitdiffstats
path: root/elasticstack/filebeat/log4j/conf/filebeat.properties
diff options
context:
space:
mode:
Diffstat (limited to 'elasticstack/filebeat/log4j/conf/filebeat.properties')
-rw-r--r--elasticstack/filebeat/log4j/conf/filebeat.properties20
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