filebeat:
# List of prospectors to fetch data.
prospectors:
paths:
- C:\xampp\htdocs\order-core\storage\logs\*.log
input_type: log
fields:
product: prod_namev5
fields_under_root: true
document_type: log
tail_files: true
registry_file: "C:\ProgramData\filebeat\registry"
output:
### Logstash as output
logstash:
# The Logstash hosts
hosts: ["x.x.x.x:5044"]
# Optional TLS. By default is off.
tls:
# List of root certificates for HTTPS server verifications
certificate_authorities: ["C:/Program Files/Filebeat/certs/logstash-forwarder.crt"]
There is no log related to the "connection error" inside my log file, that I'm trying to push to the server.
As a side note, the location of my certificate file and the corresponding key file is as follows:
Certificate Location: "C:/Program Files/Filebeat/certs/logstash-forwarder.crt"
Certificate Key Location: "C:/Program Files/Filebeat/private/logstash-forwarder.key"
Could the issue be directory related too?
I did start the service again, and getting the following response now:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.