-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
Modernize ELK example with latest versions of everything #31
Comments
Some debugging tricks:
I'm almost there, but am hitting a quirk where the filebeat index generated through filebeat->logstash->ES is stuck in red status, and I'm not sure why. It was working yesterday, go figure. |
Committed what I had so far. Everything works... but when it all boots up, I have to first delete the auto-generated For some reason, on first start, the index created for filebeat through logstash gets stuck in a red/uninitialized state :/ |
Moving this to geerlingguy/ansible-for-devops#196 for more thorough fixing. |
There are a few bits of the ELK stack that have radically changed in the past year—Kibana 4 is an entirely different beast, and Logstash Forwarder is now Filebeat... and the entire architecture seems to have evolved quite a bit.
I just finished porting the Kibana role to 4, in the 2.0.0 version (see: geerlingguy/ansible-role-kibana#5), but I pinned this repo's ELK example to the role's 1.0.8 version, which installs Kibana 3...
Need to test out some other bits and pieces, also rename things like
logs
server to something more logical (see closed issue #25).The text was updated successfully, but these errors were encountered: