Hello,
I am trying to configure Filebeat. When I input this command:
.\filebeat.exe modules list
I am having the following error:
Error initializing beat: error loading config file: yaml: line 157: did not find expected key
Can someone help me?
Hello,
I am trying to configure Filebeat. When I input this command:
.\filebeat.exe modules list
I am having the following error:
Error initializing beat: error loading config file: yaml: line 157: did not find expected key
Can someone help me?
Did you enable ssl ? such as
ssl.enabled: true
if so, you will have to point at the key
server.ssl.key: /pathtoyourkey/ca.key
Thanks for you reply,.
A question What is server.ssl.key: /pathtoyourkey/ca.key
That is usually a syntax format error in your filebeat.yml
Post lines 150 - 160 format them with the </>
button above and perhaps we can help
You can also test the config with
filebeat test config
Hello, it is solved, It eas the fact that I had the username and passwork on kibana
Glad to hear that
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.