Download repository and run Vagrant. Example:
vagrant up
If everything was fine, login via SSH (password: vagrant):
vagrant ssh
Moreover, there are two kinds of network, internal and public. You can use public network in order to login via any kind of ssh client (Putty, MobaXterm, Termius).
Product | Version |
---|---|
Elasticsearch | 7.12.0 |
Kibana | 7.12.0 |
Logstash | 7.12.0 |
Beats | 7.12.0 |
vagrant up : start vm
vagrant ssh : connect to vm
vagrant halt : shutdown vm
vagrant provision : apply shell script