comperiosearch / vagrant-elk-box

Vagrant box to install elasticsearch, logstash and kibana
220 stars 108 forks source link

Issue with set up #39

Open muhamed-didovic opened 8 years ago

muhamed-didovic commented 8 years ago

Hi,

I have an issue with set up, so after I execute commands:

git clone https://github.com/comperiosearch/vagrant-elk-box.git cd vagrant-elk-box vagrant up

I have following errors(this is part where the error is in the log):

==> default: Ign http://archive.ubuntu.com/ubuntu/ trusty/main Translation-en_US ==> default: Ign http://archive.ubuntu.com/ubuntu/ trusty/multiverse Translation-en_US ==> default: Ign http://archive.ubuntu.com/ubuntu/ trusty/restricted Translation-en_US ==> default: Ign http://archive.ubuntu.com/ubuntu/ trusty/universe Translation-en_US ==> default: Fetched 2,349 kB in 43s (54.5 kB/s) ==> default: Reading package lists... ==> default: Notice: Preparing to install into /etc/puppet/modules ... ==> default: Notice: Downloading from https://forgeapi.puppetlabs.com ... ==> default: Error: Could not install module 'elasticsearch-logstash' (latest) ==> default: Dependency 'electrical-file_concat' (v1.0.1) would overwrite /etc/puppet/modules/file_concat ==> default: Currently, 'ispavailability-file_concat' (v0.3.0) is installed to that directory ==> default: Use puppet module install --ignore-dependencies to install only this module ==> default: Running provisioner: puppet... ==> default: Running Puppet with default.pp... ==> default: stdin: is not a tty ==> default: Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults ==> default: Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class logstash at /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513/default.pp:43 on node localhost ==> default: Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class logstash at /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513/default.pp:43 on node localhost The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

Can somebody help with it?

olidem57 commented 8 years ago

Same issue here

muhamed-didovic commented 8 years ago

Is project still supported?

bizoton19 commented 8 years ago

i have the same issue but this recently started. This used to work the first couple of times i used it for a demo. i am thinking there was a version change somewhere which is causing an issue but i still don't see where.

twistedpair commented 8 years ago

See the new repo vagrant-elk-box-ansible.

geertn444 commented 6 years ago

Thanks, you should have mentioned that on the home page ! Just waisted 4 hours, troubleshooting, coming to the conclusion that it still uses puppet 3 which is end-of-support. Don't use this box anymore.