-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filebeat vs Ansible #2673
Comments
What OS and filebeat version are you on? |
It's server details:
|
In that case this might be a duplicate of #1394. That was fixed a while back, I'd recommend upgrading to 1.3.1. |
I'm going to close this issue, as we're trying to keep Github only for confirmed bugs and feature request. I'd like to ask you to open issues like this first on https://discuss.elastic.co and we can move it here if it proves to be a confirmed issues. Thanks! |
Hi guys, i have issue with ad-hoc ansible commands and restarting filebeat service
Im make this command:
ansible -i hosts all -m shell -a 'service filebeat restart' --sudo
But after it all hosts it filebeat down state
I'm also trying to make this:
ansible -i hosts all -m shell -a 'nohup service filebeat restart &' --sudo
But its not working too.
Filebeat stopped, but not started.
Tnx.
The text was updated successfully, but these errors were encountered: