简体   繁体   English

如何运行官方Elasticsearch流浪者盒子

[英]How to run official elasticsearch vagrant boxes

Where can I find documentation for elasticsearch vagrant boxes? 在哪里可以找到Elasticsearch流浪者盒子的文档? Or how should I use them? 或者我应该如何使用它们?

Boxes: https://atlas.hashicorp.com/elastic 盒子: https//atlas.hashicorp.com/elastic

I did execute these vagrant commands: 我确实执行了这些无聊的命令:

vagrant init elastic/ubuntu-16.04-x86_64
vagrant up --provider virtualbox

Expected elastic search to be running inside virtual box. 预期弹性搜索将在虚拟框中运行。

Expected elastic search to be running inside virtual box 预计弹性搜索将在虚拟框中运行

yep, why ? 是的,为什么? Its nowhere said that elasticsearch will be running in the VM (and if running, which version, which setup) - although it might be cool 它无处不说Elasticsearch将在VM中运行(如果正在运行,则哪个版本,哪个设置)-尽管可能很酷

Those boxes are mainly used for elastic (as the company) to run their own test. 这些盒子主要用于弹性材料(作为公司)来运行自己的测试。 You find more information about that in their github repo 您可以在他们的github存储库中找到有关此信息的更多信息

https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-scripts https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-scripts

and an example of the Vagrantfile they're using 以及他们正在使用的Vagrantfile的示例

https://github.com/elastic/elasticsearch/blob/master/Vagrantfile https://github.com/elastic/elasticsearch/blob/master/Vagrantfile

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM