elasticsearch吧 关注:1,522贴子:5,332
  • 0回复贴,共1

求助贴:启动es的时候报错,有人遇到过吗?

只看楼主收藏回复

我在虚拟机中修改了
[root@localhost elasticsearch-7.12.0]# vim config/elasticsearch.yml
把ip改成了虚拟机的ip 192.168.57.103,然后启动报错
[root@localhost elasticsearch-7.12.0]# ./bin/elasticsearch -d network.host=192.168.57.103
[root@localhost elasticsearch-7.12.0]# Starts Elasticsearch
Option Description
------ -----------
-E <KeyValuePair> Configure a setting
-V, --version Prints Elasticsearch version information and exits
-d, --daemonize Starts Elasticsearch in the background
-h, --help Show help
-p, --pidfile <Path> Creates a pid file in the specified path on start
-q, --quiet Turns off standard output/error streams logging in console
-s, --silent Show minimal output
-v, --verbose Show verbose output
ERROR: Positional arguments not allowed, found [network.host=192.168.57.103]


IP属地:广东1楼2021-04-18 15:47回复