ubuntu server
启动命令:$ ./bin/elasticsearch
后台运行:$ ./bin/elasticsearch -d
查看当前进程:$ jps
启动后检查是否成功命令:$ curl -XGET http://localhost:9200/_cluster/health?pretty
Posted lishidefengchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch 相关命令相关的知识,希望对你有一定的参考价值。
ubuntu server
启动命令:$ ./bin/elasticsearch
后台运行:$ ./bin/elasticsearch -d
查看当前进程:$ jps
启动后检查是否成功命令:$ curl -XGET http://localhost:9200/_cluster/health?pretty
以上是关于elasticsearch 相关命令的主要内容,如果未能解决你的问题,请参考以下文章
AWS强烈反击Elastic,欲打造自己的Elasticsearch开源产品OpenSearch
Elasticsearch:使用 Elastic APM 监控 Android 应用程序