Hi Aytekin,
Could you share with us your full filebeat configuration file to see what might be going on? It’s located at /etc/filebeat/filebeat.yml
Regards.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/db703bbd-297b-4d14-a46e-92977a303145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Aytekin,
It looks like the problem is with indentation in your file with Credentials lines (username line).
# Optional protocol and basic auth credentials.
#protocol: "https"
username: "elastic"
password: "elastic"
It’s got to be this way:
# Optional protocol and basic auth credentials.
#protocol: "https"
username: "elastic"
password: "elastic"
Once fixed, you can test that your configuration file is correct this way:
filebeat test config -c filebeat.yml
Hope this helps.
Regards,
Juan Carlos
]
Juan Carlos Rodríguez <juancarlos.rodriguez@wazuh.com>, 27 May 2019 Pzt, 09:33 tarihinde şunu yazdı:
--Hi Aytekin,
Could you share with us your full filebeat configuration file to see what might be going on? It’s located at
/etc/filebeat/filebeat.ymlRegards.
On Saturday, May 25, 2019 at 11:35:41 AM UTC+2, Aytekin Döne wrote:
hi allwhen i execute filebeat module enable system i get following errorError initializing beat: error loading config file: yaml: line 152: did not find expected keythis is line 152 in filebeat.yml# Optional protocol and basic auth credentialsany idea?
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
Hi Aytekin,
It looks like the problem is with indentation in your file with Credentials lines (username line).
Juan Carlos Rodríguez <juancarlos...@wazuh.com>, 27 May 2019 Pzt, 09:33 tarihinde şunu yazdı:
--Hi Aytekin,
Could you share with us your full filebeat configuration file to see what might be going on? It’s located at
/etc/filebeat/filebeat.ymlRegards.
On Saturday, May 25, 2019 at 11:35:41 AM UTC+2, Aytekin Döne wrote:
hi allwhen i execute filebeat module enable system i get following errorError initializing beat: error loading config file: yaml: line 152: did not find expected keythis is line 152 in filebeat.yml# Optional protocol and basic auth credentialsany idea?
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/db703bbd-297b-4d14-a46e-92977a303145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/89cc2607-482e-46aa-9fe1-dd6d442b73f1%40googlegroups.com.