Open thorteschenk opened 1 year ago
Hi, thanks for the issue.
We'll look into it while we're at releasing the first version. I guess there's something missing from the Readme, because it works in different test setups. So I guess, there's something else missing.
Do you have a group logstash
in your inventory? Please remember, that the roles have to run over all hosts in the system. You need to put them in the corresponding groups named after the tool that should be installed on them. This way the roles can connect the services because they know which hosts to target.
ref/NC/767305
Sorry it was an config failure on my side. We can close the issue.
I become this error if I want to install beats role with logstash output. With elasticsearch output it works well.
TASK [beats : Configure Filebeat] *** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'logstash'. 'dict object' has no attribute 'logstash' fatal: [localhost]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'logstash'. 'dict object' has no attribute 'logstash'"}