Skip to content
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

Closed
Mykolaichenko opened this issue Oct 4, 2016 · 4 comments
Closed

Filebeat vs Ansible #2673

Mykolaichenko opened this issue Oct 4, 2016 · 4 comments

Comments

@Mykolaichenko
Copy link

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.

@tsg
Copy link
Contributor

tsg commented Oct 4, 2016

What OS and filebeat version are you on?

@Mykolaichenko
Copy link
Author

It's server details:

root@cron:/home/mukolaich# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:    14.04
Codename:   trusty

root@cron:/home/mukolaich# uname -a
Linux cron 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

root@cron:/home/mukolaich# filebeat --version
filebeat version 1.1.2 (amd64)

@tsg
Copy link
Contributor

tsg commented Oct 17, 2016

In that case this might be a duplicate of #1394. That was fixed a while back, I'd recommend upgrading to 1.3.1.

@tsg
Copy link
Contributor

tsg commented Oct 17, 2016

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!

@tsg tsg closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants