# vagrant-elasticsearch **Repository Path**: mirrors_boundary/vagrant-elasticsearch ## Basic Information - **Project Name**: vagrant-elasticsearch - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Boundary Elastic Search ======================= Configures an virtual machine with a Boundary meter and an ElasticSearch instance for testing Boundary Plugin for Elasticsearch. Prerequistes ------------ - Vagrant 1.72. or later, download [here](https://www.vagrantup.com/downloads.html) - Virtual Box 4.3.26 or later, download [here](https://www.virtualbox.org/wiki/Downloads) - git 2.3.3 or later, download [here](https://git-scm.com/downloads) Installation ------------ Prior to installation you need to obtain in your Boundary API Token. 1. Clone the GitHub Repository: ```bash $ git clone https://github.com/jdgwartney/boundary-vagrant-elasticsearch ``` 2. Start the virtual machine using your Boundary API Token: ```bash $ BOUNDARY_API_TOKEN= vagrant up ``` 3. List the available virtual machines: ```bash $ vagrant status ```` 4. Login to the virtual machine ```bash $ vagrant ssh ```