gpt4 book ai didi

elasticsearch - 如何通过 vagrant 使用 Elasticsearch Marvel?

转载 作者:行者123 更新时间:2023-12-02 23:39:05 26 4
gpt4 key购买 nike

我使用 vagrant(带有 Ubuntu 的盒子)。我在上面安装了 Elasticsearch。它可在

localhost:9200 

在我的 Ubuntu 中。漫威可在
http://localhost:9200/_plugin/marvel/

如何在我的主机上进入 Marvel?
我通常使用以下代码为我的站点创建虚拟主机:
<VirtualHost *:80>

ServerAdmin webmaster@localhost
ServerName some.192.168.56.56.xip.io

DocumentRoot /var/www/some

<Directory /var/www/some>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>

ErrorLog ${APACHE_LOG_DIR}/some-192.168.56.56.xip.io-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog ${APACHE_LOG_DIR}/some-192.168.56.56.xip.io-access.log combined


</VirtualHost>

最佳答案

根本不需要使用虚拟主机。
通过 Vagrant 使用 elasticsearch 唯一需要做的事情:

1) Vagrantfile 中的 'config.vm.network :forwarded_port, guest: 9200, host: 9200'

2) 需要添加'network.bind_host: 0.0.0.0 ' 在 ES 配置中(我在这里有 'localhost' - 那是我的问题)

3) 重启 Elasticsearch。

关于elasticsearch - 如何通过 vagrant 使用 Elasticsearch Marvel?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25797423/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com