You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My randomly generated password for admin had a single quote in it, which resulted in fillebeat configuration error:
starting Filebeat
[services.d] done.
Exiting: error loading config file: yaml: line 17: did not find expected key
Filebeat exited. code=1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
this seems to happen because filebeat.yml encloses username and password values in single quotes:
obvious workaround is not to use single quote in admin password, however this situation could be avoided, by not quoting password value in filebeat.yml, or documenting this caveat in password change procedure
The text was updated successfully, but these errors were encountered:
My randomly generated password for admin had a single quote in it, which resulted in fillebeat configuration error:
this seems to happen because filebeat.yml encloses username and password values in single quotes:
obvious workaround is not to use single quote in admin password, however this situation could be avoided, by not quoting password value in filebeat.yml, or documenting this caveat in password change procedure
The text was updated successfully, but these errors were encountered: