cyberdefenders / DetectionLabELK

DetectionLabELK is a fork from DetectionLab with ELK stack instead of Splunk.
MIT License
537 stars 101 forks source link

Failed Build - Could not find cyberdefenders/win2016 #21

Open archangel-michael opened 1 year ago

archangel-michael commented 1 year ago

Please verify that you are building from an updated Master branch before filing an issue.

Description of the issue:

While trying to build the environment for the first time the build fails stating that the Cloud Box could not be found.

PS C:\Data\git\DetectionLabELK\Vagrant> vagrant up dc
Bringing machine 'dc' up with 'vmware_desktop' provider...
==> dc: Box 'cyberdefenders/win2016' could not be found. Attempting to find and install...
    dc: Box Provider: vmware_desktop, vmware_fusion, vmware_workstation
    dc: Box Version: >= 0
==> dc: Loading metadata for box 'cyberdefenders/win2016'
    dc: URL: https://vagrantcloud.com/cyberdefenders/win2016
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: cyberdefenders/win2016
Address: https://vagrantcloud.com/cyberdefenders/win2016
Requested provider: ["vmware_desktop", "vmware_fusion", "vmware_workstation"]
PS C:\Data\git\DetectionLabELK\Vagrant>
-->