Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Chef- installation is failing since release of new 4.0.0 beta at the elasticsearch/kibana repository #71

Closed
tomkregenbild opened this issue Oct 7, 2014 · 4 comments

Comments

@tomkregenbild
Copy link

The installation is taking by default the master branch but now the directory structure was changes and I get the following error:

Error executing action create on resource 'link[/opt/kibana/current/src/app/dashboards/default.json]'
Errno::ENOENT
No such file or directory - (logstash.json, /opt/kibana/current/src/app/dashboards/default.json)


It seems that the folder stracture changed and the default.json file is missing now.

@tomkregenbild tomkregenbild changed the title Chef- installation is failing since release of new 4.0.0 beta Chef- installation is failing since release of new 4.0.0 beta at the elasticsearch/kibana repository Oct 7, 2014
@tomkregenbild
Copy link
Author

To workaround the issue just add the following to the role.

"default_attributes": {
"kibana": {
"git" : {
"branch" : "v3.1.1"
}
}
}

@paulczar
Copy link
Collaborator

I'm working on a rewrite to handle the /major/ changes to kibana 4. Hopefully have a MVP within a few days.

In the meantime @tomkregenbild 's solution is the way to go ... or use the file method.

@paulczar
Copy link
Collaborator

first pass at 4.x support in development branch.

https://github.com/lusis/chef-kibana/tree/development

@paulczar
Copy link
Collaborator

This should be addressed in the 1.3.2 release. Also master is now kibana4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants