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

Kibana/Elasticsearch version mismatch #182

Open
madmaze opened this issue Oct 23, 2016 · 3 comments
Open

Kibana/Elasticsearch version mismatch #182

madmaze opened this issue Oct 23, 2016 · 3 comments

Comments

@madmaze
Copy link

madmaze commented Oct 23, 2016

by default the version of ES being installed, v 1.4.4, is not compatible with the version of Kibana that is being installed

image

@martinb3 martinb3 self-assigned this Oct 24, 2016
@boldandbusted
Copy link

Any chance that we'll see a release when/if a fix is made for this? 🍰

@martinb3
Copy link
Contributor

Hi @boldandbusted -- elkstack is due for an update, based on the latest dependencies. I don't really have a time estimate though. I'd be glad to review PRs if you make an updates and want to contribute them back. Thanks!

@madmaze
Copy link
Author

madmaze commented Oct 24, 2016

Just as a head's up from my deep-dive yesterday:

  • I had some fun with berks stalling while trying to figure out dependencies, resolved itself at some point, was probably just my local environment.

  • the nginx cookbook which kibana depends on seems to be broke, you'll need to load chef_nginx to fix that problem, if you point your Berksfile at this branch for kibana it should work. Something like this:

    cookbook 'kibana_lwrp', git: 'git://github.com/evertrue/chef-kibana.git', branch: 'evertrue/eherot/switch_to_community_maintained_nginx_cookbook'
    
  • if you set the Elasticsearch version to something current, i tried 2.4.1, the plugin installs will fail. As far as I can tell it comes down to a syntax change in how the plugin installer is called. plugin install foo vs plugin -install foo

I ended up going with Digital Ocean's on-click ELK installs, which isn't perfect, but for my needs is currently sufficient.

@martinb3 martinb3 removed their assignment Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants