私はvagrant(Ubuntuのボックス)を使用しています。Elasticsearch がインストールされています。で利用できます
localhost:9200
私のUbuntuで。Marvel で入手可能
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>